We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3de02 commit 07ac325Copy full SHA for 07ac325
Flow.Launcher/SettingWindow.xaml.cs
@@ -30,7 +30,7 @@ public SettingWindow()
30
_settings = Ioc.Default.GetRequiredService<Settings>();
31
_viewModel = Ioc.Default.GetRequiredService<SettingWindowViewModel>();
32
DataContext = _viewModel;
33
- // Because WindowStartupLocation is Manual, so we need to initialize position before InitializeComponent
+ // Since WindowStartupLocation is set to Manual, initialize the window position before calling InitializeComponent
34
UpdatePositionAndState();
35
InitializeComponent();
36
}
0 commit comments