Skip to content

Commit 7723c44

Browse files
committed
Improve code comments
1 parent a3ea615 commit 7723c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private async void OnLoaded(object sender, RoutedEventArgs _)
175175
// Without this part, when shown for the first time, switching the context menu does not move the cursor to the end.
176176
_viewModel.QueryTextCursorMovedToEnd = false;
177177

178-
// Initialize hotkey mapper after window shown or hiden the first it is loaded
178+
// Initialize hotkey mapper after window is loaded
179179
HotKeyMapper.Initialize();
180180

181181
// View model property changed event

0 commit comments

Comments
 (0)