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:
@@ -11,5 +11,11 @@ namespace Wox.Plugin
|
||||
List<Result> Query(Query query);
|
||||
|
||||
void Init(PluginInitContext context);
|
||||
|
||||
// Localized name
|
||||
string Name { get; }
|
||||
|
||||
// Localized description
|
||||
string Description { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user