mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
Misc
This commit is contained in:
parent
00543bca17
commit
7b50febba3
@ -202,7 +202,7 @@ namespace Wox.Core.Plugin
|
||||
return customizedPluginConfig == null || !customizedPluginConfig.Disabled;
|
||||
}
|
||||
|
||||
public static bool IsGlobalPlugin(PluginMetadata metadata)
|
||||
private static bool IsGlobalPlugin(PluginMetadata metadata)
|
||||
{
|
||||
return metadata.ActionKeywords.Contains(Query.GlobalPluginWildcardSign);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user