Add right click option on query to disable program

This commit is contained in:
Jeremy Wu
2019-10-17 22:47:00 +11:00
parent 12d3ca2d50
commit f8cbe053cc
7 changed files with 55 additions and 13 deletions

View File

@@ -26,6 +26,7 @@ namespace Wox.Plugin.Program.Programs
public string Description { get; set; }
public bool Valid { get; set; }
public bool Enabled { get; set; }
public string Location => ParentDirectory;
private const string ShortcutExtension = "lnk";
private const string ApplicationReferenceExtension = "appref-ms";