mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Misc
This commit is contained in:
parent
00543bca17
commit
7b50febba3
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ namespace Wox.Core.Plugin
|
||||||
return customizedPluginConfig == null || !customizedPluginConfig.Disabled;
|
return customizedPluginConfig == null || !customizedPluginConfig.Disabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsGlobalPlugin(PluginMetadata metadata)
|
private static bool IsGlobalPlugin(PluginMetadata metadata)
|
||||||
{
|
{
|
||||||
return metadata.ActionKeywords.Contains(Query.GlobalPluginWildcardSign);
|
return metadata.ActionKeywords.Contains(Query.GlobalPluginWildcardSign);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue