mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
UI staff
This commit is contained in:
@@ -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