Skip to content

Commit 8b60d26

Browse files
committed
Fix build issue
1 parent 50924e4 commit 8b60d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ public static List<PluginPair> GetTranslationPlugins()
543543

544544
#region Get Context Menus
545545

546-
public static IList<Result> GetContextMenusForPlugin(Result result)
546+
public static List<Result> GetContextMenusForPlugin(Result result)
547547
{
548548
var results = new List<Result>();
549549
var pluginPair = _contextMenuPlugins.Where(p => !PluginModified(p.Metadata.ID)).FirstOrDefault(o => o.Metadata.ID == result.PluginID);

0 commit comments

Comments
 (0)