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 38fec29 commit 4d04432Copy full SHA for 4d04432
1 file changed
CompactGUI/MainWindow.xaml.vb
@@ -95,6 +95,7 @@ Class MainWindow : Implements INavigationWindow, INotifyPropertyChanged
95
End Function
96
97
Private Sub MainWindow_Closing(sender As Object, e As CancelEventArgs)
98
+ If Not IsVisible Then Return
99
SettingsHandler.AppSettings.WindowState = WindowState
100
SettingsHandler.AppSettings.WindowWidth = If(Width > 0, Width, 1300)
101
SettingsHandler.AppSettings.WindowHeight = If(Height > 0, Height, 700)
0 commit comments