diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index 8d75c56ec..4920425ea 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -723,7 +723,6 @@ void MainWindow::recreate() g_main_window = nullptr; MainWindow* new_main_window = new MainWindow(); - new_main_window->initialize(); new_main_window->show(); deleteLater();