mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PowerToys Run] Plugin manager (#9872)
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Microsoft.PowerToys.Run.Plugin.Service
|
||||
private PluginInitContext _context;
|
||||
private string _icoPath;
|
||||
|
||||
public string Name => Resources.wox_plugin_service_plugin_name;
|
||||
|
||||
public string Description => Resources.wox_plugin_service_plugin_description;
|
||||
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
_context = context;
|
||||
|
||||
Reference in New Issue
Block a user