Skip to content

Commit 8c95ddc

Browse files
committed
Add plugin to _hotkeyPlugins collection for tracking
Enhanced the plugin management system by adding the `pair` object to the `_hotkeyPlugins` collection in `PluginManager.cs`. This ensures that hotkey-enabled plugins are properly tracked and managed within the `Flow.Launcher.Core.Plugin` namespace.
1 parent d8a4bbc commit 8c95ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ private static void CheckPluginHotkeys(PluginPair pair)
382382
Settings.UpdatePluginHotkeyInfo(GetPluginHotkeyInfo(pair.Metadata.ID));
383383
}
384384
InitializeWindowPluginHotkey(pair);
385+
_hotkeyPlugins.Add(pair);
385386
}
386387
}
387388

0 commit comments

Comments
 (0)