mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Refactoring. Move plugin related work to Wox.Core
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Wox.Core.Plugin
|
||||
|
||||
return jsonRPCPluginMetadatas.Select(metadata => new PluginPair()
|
||||
{
|
||||
Plugin = jsonRPCPlugin,
|
||||
Plugin = new T(), //every JsonRPC plugin should has its own plugin instance
|
||||
Metadata = metadata
|
||||
}).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user