mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
structure change
This commit is contained in:
@@ -21,8 +21,6 @@ namespace WinAlfred.Plugin.System
|
|||||||
|
|
||||||
public class Programs : ISystemPlugin
|
public class Programs : ISystemPlugin
|
||||||
{
|
{
|
||||||
//TODO:add score for MRU program
|
|
||||||
|
|
||||||
private List<string> indexDirectory = new List<string>();
|
private List<string> indexDirectory = new List<string>();
|
||||||
private List<string> indexPostfix = new List<string> { "lnk", "exe" };
|
private List<string> indexPostfix = new List<string> { "lnk", "exe" };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user