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 98612b0 commit 7c5de7eCopy full SHA for 7c5de7e
src/Views/Launcher.axaml.cs
@@ -78,7 +78,7 @@ protected override void OnOpened(EventArgs e)
78
79
var state = ViewModels.Preference.Instance.Layout.LauncherWindowState;
80
if (state == WindowState.Maximized || state == WindowState.FullScreen)
81
- WindowState = state;
+ WindowState = WindowState.Maximized;
82
}
83
84
protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change)
0 commit comments