diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index a4fcb866e..199d4e7b1 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -1089,7 +1089,7 @@ namespace Flow.Launcher.Core.Plugin if (entry.Value.Count == 0) { - _nonGlobalPlugins.TryRemove(entry.Key, out var __); + _nonGlobalPlugins.TryRemove(new KeyValuePair>(entry.Key, entry.Value)); } } }