From e9727c45a0982e0e4e792fceb65f5e8f07653f5e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 26 Jun 2025 12:26:05 +0800 Subject: [PATCH] Add todo --- Flow.Launcher/Helper/HotKeyMapper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/Helper/HotKeyMapper.cs b/Flow.Launcher/Helper/HotKeyMapper.cs index 23f3d025c..889f1bc99 100644 --- a/Flow.Launcher/Helper/HotKeyMapper.cs +++ b/Flow.Launcher/Helper/HotKeyMapper.cs @@ -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();