We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50924e4 commit 8b60d26Copy full SHA for 8b60d26
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -543,7 +543,7 @@ public static List<PluginPair> GetTranslationPlugins()
543
544
#region Get Context Menus
545
546
- public static IList<Result> GetContextMenusForPlugin(Result result)
+ public static List<Result> GetContextMenusForPlugin(Result result)
547
{
548
var results = new List<Result>();
549
var pluginPair = _contextMenuPlugins.Where(p => !PluginModified(p.Metadata.ID)).FirstOrDefault(o => o.Metadata.ID == result.PluginID);
0 commit comments