mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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.
This commit is contained in:
parent
d8a4bbc73a
commit
8c95ddc7be
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
Settings.UpdatePluginHotkeyInfo(GetPluginHotkeyInfo(pair.Metadata.ID));
|
||||
}
|
||||
InitializeWindowPluginHotkey(pair);
|
||||
_hotkeyPlugins.Add(pair);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue