mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
UI staff
This commit is contained in:
@@ -13,6 +13,7 @@ namespace WinAlfred.Plugin
|
||||
public string Language { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string ExecuteFile { get; set; }
|
||||
public string PluginDirecotry { get; set; }
|
||||
public string ActionKeyword { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,10 @@ namespace WinAlfred.Plugin
|
||||
public Action Action { get; set; }
|
||||
public int Score { get; set; }
|
||||
public List<Result> ContextResults { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// you don't need to set this property if you are developing a plugin
|
||||
/// </summary>
|
||||
public string PluginDirectory { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user