mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Index Desktop Applications (#4422)
* Added support to index desktop app * Fixed dedup for url files * Added internet shortcut scheme for epic games * Added test for internet shortcut dedup * Updated hostname for steam game
This commit is contained in:
committed by
GitHub
parent
73125574e6
commit
196055e50e
@@ -13,6 +13,8 @@ namespace Microsoft.Plugin.Program
|
||||
|
||||
public bool EnableStartMenuSource { get; set; } = true;
|
||||
|
||||
public bool EnableDesktopSource { get; set; } = true;
|
||||
|
||||
public bool EnableRegistrySource { get; set; } = true;
|
||||
|
||||
internal const char SuffixSeparator = ';';
|
||||
|
||||
Reference in New Issue
Block a user