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

@@ -241,6 +241,9 @@ namespace Wox.Plugin.Program.Programs
public string UserModelId { get; set; }
public string BackgroundColor { get; set; }
public string Name => DisplayName;
public string Location => Package.Location;
public bool Enabled { get; set; }
public string LogoUri { get; set; }