Qt: Fix updater

This commit is contained in:
Connor McLaughlin
2022-07-22 21:51:00 +10:00
parent 0590a6098d
commit 853e9a8a6a
4 changed files with 9 additions and 11 deletions

View File

@ -645,7 +645,6 @@ void MainWindow::recreate()
MainWindow* new_main_window = new MainWindow();
new_main_window->initialize();
new_main_window->refreshGameList(false);
new_main_window->show();
deleteLater();
}