mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
50924e4189
commit
8b60d26f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
#region Get Context Menus
|
||||
|
||||
public static IList<Result> GetContextMenusForPlugin(Result result)
|
||||
public static List<Result> GetContextMenusForPlugin(Result result)
|
||||
{
|
||||
var results = new List<Result>();
|
||||
var pluginPair = _contextMenuPlugins.Where(p => !PluginModified(p.Metadata.ID)).FirstOrDefault(o => o.Metadata.ID == result.PluginID);
|
||||
|
|
|
|||
Loading…
Reference in a new issue