Open Gliese852 opened 1 year ago
In the case of OnboardingWindow and MainWindow, the class itself is not shown as a window, but its window field is shown, so when the window is closed, the application does not terminate - the wrong signals is connected to the handler.
OnboardingWindow
MainWindow
window
I corrected it a little, because it is not always called with all the args. (An error occurred when clicking the "Cancel" button in the wizard.)
In the case of
OnboardingWindow
andMainWindow
, the class itself is not shown as a window, but itswindow
field is shown, so when the window is closed, the application does not terminate - the wrong signals is connected to the handler.