Skip to content

Commit bd880d3

Browse files
authored
update wording
1 parent 386737a commit bd880d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
227227
Current.MainWindow = _mainWindow;
228228
Current.MainWindow.Title = Constant.FlowLauncher;
229229

230-
// Initialize quick jump before hotkey mapper since hotkey mapper will register quick jump hotkey
231-
// Initialize quick jump after main window is created so that it can access main window handle
230+
// Initialize Dialog Jump before hotkey mapper since hotkey mapper will register its hotkey
231+
// Initialize Dialog Jump after main window is created so that it can access main window handle
232232
DialogJump.InitializeDialogJump();
233233
DialogJump.SetupDialogJump(_settings.EnableDialogJump);
234234

0 commit comments

Comments
 (0)