This commit is contained in:
Jack251970 2025-06-26 12:26:05 +08:00
parent ddc890eb15
commit e9727c45a0

View file

@ -273,6 +273,7 @@ internal static class HotKeyMapper
if (pluginHotkey.Action == null)
continue;
// TODO: Remove return to skip other commands & Organize main window hotkeys
// Invoke action & return to skip other commands
if (pluginHotkey.Action.Invoke(selectedResult))
App.API.HideMainWindow();