mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add todo
This commit is contained in:
parent
ddc890eb15
commit
e9727c45a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue