mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[PowerToys Run] Plugin manager (#9872)
This commit is contained in:
@@ -43,6 +43,10 @@ namespace Microsoft.Plugin.Uri
|
||||
|
||||
public PluginInitContext Context { get; protected set; }
|
||||
|
||||
public string Name => Properties.Resources.Microsoft_plugin_uri_plugin_name;
|
||||
|
||||
public string Description => Properties.Resources.Microsoft_plugin_uri_plugin_description;
|
||||
|
||||
public List<ContextMenuResult> LoadContextMenus(Result selectedResult)
|
||||
{
|
||||
return new List<ContextMenuResult>(0);
|
||||
|
||||
Reference in New Issue
Block a user