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.
2 parents e80d191 + 07ac325 commit bb25c53Copy full SHA for bb25c53
Flow.Launcher/SettingWindow.xaml.cs
@@ -30,9 +30,9 @@ public SettingWindow()
30
_settings = Ioc.Default.GetRequiredService<Settings>();
31
_viewModel = Ioc.Default.GetRequiredService<SettingWindowViewModel>();
32
DataContext = _viewModel;
33
- InitializeComponent();
34
-
+ // Since WindowStartupLocation is set to Manual, initialize the window position before calling InitializeComponent
35
UpdatePositionAndState();
+ InitializeComponent();
36
}
37
38
#endregion
0 commit comments