mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Misc
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Wox.Core.Plugin
|
||||
|
||||
public static IEnumerable<PluginPair> GetPlugins<T>() where T : IFeatures
|
||||
{
|
||||
return from p in AllPlugins where p.Plugin is T select p;
|
||||
return AllPlugins.Where(p => p.Plugin is T);
|
||||
}
|
||||
|
||||
private static PluginPair GetExclusivePlugin(Query query)
|
||||
|
||||
Reference in New Issue
Block a user