mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
[PTRun][Program]Show Steam open shortcuts (#23911)
This commit is contained in:
parent
5726c14ed8
commit
45ba48498d
@ -403,7 +403,7 @@ namespace Microsoft.Plugin.Program.Programs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static readonly Regex InternetShortcutURLPrefixes = new Regex(@"^steam:\/\/(rungameid|run)\/|^com\.epicgames\.launcher:\/\/apps\/", RegexOptions.Compiled);
|
private static readonly Regex InternetShortcutURLPrefixes = new Regex(@"^steam:\/\/(rungameid|run|open)\/|^com\.epicgames\.launcher:\/\/apps\/", RegexOptions.Compiled);
|
||||||
|
|
||||||
// This function filters Internet Shortcut programs
|
// This function filters Internet Shortcut programs
|
||||||
private static Win32Program InternetShortcutProgram(string path)
|
private static Win32Program InternetShortcutProgram(string path)
|
||||||
|
Loading…
Reference in New Issue
Block a user