Skip to content

Commit e9727c4

Browse files
committed
Add todo
1 parent ddc890e commit e9727c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ private static ICommand BuildCommand(HotkeyModel hotkey, List<(PluginMetadata Me
273273
if (pluginHotkey.Action == null)
274274
continue;
275275

276+
// TODO: Remove return to skip other commands & Organize main window hotkeys
276277
// Invoke action & return to skip other commands
277278
if (pluginHotkey.Action.Invoke(selectedResult))
278279
App.API.HideMainWindow();

0 commit comments

Comments
 (0)