From bd880d304ed8c6a6e75703c5c8df7f45e8fff09a Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 16 Oct 2025 20:46:35 +1100 Subject: [PATCH] update wording --- Flow.Launcher/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index d2e5838d3..b45bbc549 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -227,8 +227,8 @@ namespace Flow.Launcher Current.MainWindow = _mainWindow; Current.MainWindow.Title = Constant.FlowLauncher; - // Initialize quick jump before hotkey mapper since hotkey mapper will register quick jump hotkey - // Initialize quick jump after main window is created so that it can access main window handle + // Initialize Dialog Jump before hotkey mapper since hotkey mapper will register its hotkey + // Initialize Dialog Jump after main window is created so that it can access main window handle DialogJump.InitializeDialogJump(); DialogJump.SetupDialogJump(_settings.EnableDialogJump);