Attempt to fix initial window position on Windows.

This commit is contained in:
John Preston
2024-01-12 13:57:47 +04:00
parent 3eefaac885
commit fc2f41096f
6 changed files with 11 additions and 5 deletions
@@ -311,6 +311,10 @@ void Controller::showTermsDelete() {
}));
}
void Controller::firstShow() {
_widget.firstShow();
}
void Controller::finishFirstShow() {
_widget.finishFirstShow();
checkThemeEditor();