mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[PowerToys Run] Plugin manager (#9872)
This commit is contained in:
@@ -26,6 +26,10 @@ namespace Microsoft.PowerToys.Run.Plugin.System
|
||||
|
||||
public string IconTheme { get; set; }
|
||||
|
||||
public string Name => Properties.Resources.Microsoft_plugin_sys_plugin_name;
|
||||
|
||||
public string Description => Properties.Resources.Microsoft_plugin_sys_plugin_description;
|
||||
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
this._context = context;
|
||||
|
||||
Reference in New Issue
Block a user