update wording

This commit is contained in:
Jeremy Wu 2025-10-16 20:46:35 +11:00 committed by GitHub
parent 386737acac
commit bd880d304e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);