fix geometry setting before window exists

This commit is contained in:
garak
2025-04-29 09:49:53 -04:00
committed by t
parent 134a933d11
commit c2b1f5ab85

View File

@@ -93,6 +93,8 @@ void MainWindow::initialize() {
this->checkForUpdates(false);
porysplash->close();
this->restoreWindowState();
this->show();
}
@@ -150,7 +152,6 @@ void MainWindow::initWindow() {
this->initMiscHeapObjects();
this->initMapList();
this->initShortcuts();
this->restoreWindowState();
#ifndef RELEASE_PLATFORM
ui->actionCheck_for_Updates->setVisible(false);