mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PowerToys Run] Plugin manager (#9872)
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Microsoft.Plugin.WindowWalker
|
||||
|
||||
private PluginInitContext Context { get; set; }
|
||||
|
||||
public string Name => Properties.Resources.wox_plugin_windowwalker_plugin_name;
|
||||
|
||||
public string Description => Properties.Resources.wox_plugin_windowwalker_plugin_description;
|
||||
|
||||
static Main()
|
||||
{
|
||||
SearchController.Instance.OnSearchResultUpdateEventHandler += SearchResultUpdated;
|
||||
|
||||
Reference in New Issue
Block a user