Skip to content

Commit 07ac325

Browse files
Jack251970Copilot
andauthored
Improve code comments
Co-authored-by: Copilot <[email protected]>
1 parent 7e3de02 commit 07ac325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public SettingWindow()
3030
_settings = Ioc.Default.GetRequiredService<Settings>();
3131
_viewModel = Ioc.Default.GetRequiredService<SettingWindowViewModel>();
3232
DataContext = _viewModel;
33-
// Because WindowStartupLocation is Manual, so we need to initialize position before InitializeComponent
33+
// Since WindowStartupLocation is set to Manual, initialize the window position before calling InitializeComponent
3434
UpdatePositionAndState();
3535
InitializeComponent();
3636
}

0 commit comments

Comments
 (0)