mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Arrange Setting window constructor property assignment and intialization order.
This commit is contained in:
parent
a9a1c21ece
commit
abb8c49f19
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@ namespace Flow.Launcher
|
|||
{
|
||||
settings = viewModel.Settings;
|
||||
DataContext = viewModel;
|
||||
InitializeComponent();
|
||||
InitializePosition();
|
||||
this.viewModel = viewModel;
|
||||
API = api;
|
||||
InitializePosition();
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
#region General
|
||||
|
|
@ -323,7 +323,7 @@ namespace Flow.Launcher
|
|||
|
||||
private void OnCloseButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
Close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue