mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7e3de02ecb
commit
07ac325593
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public partial class SettingWindow
|
|||
_settings = Ioc.Default.GetRequiredService<Settings>();
|
||||
_viewModel = Ioc.Default.GetRequiredService<SettingWindowViewModel>();
|
||||
DataContext = _viewModel;
|
||||
// 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
|
||||
UpdatePositionAndState();
|
||||
InitializeComponent();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue