diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index 51addcfc5..d58cdb58b 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -382,6 +382,7 @@ namespace Flow.Launcher.Core.Plugin Settings.UpdatePluginHotkeyInfo(GetPluginHotkeyInfo(pair.Metadata.ID)); } InitializeWindowPluginHotkey(pair); + _hotkeyPlugins.Add(pair); } }