From 1f8dda5ffa461f243bfa0e374b0aaae1c98146a4 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 8 Oct 2023 13:04:37 +1000 Subject: [PATCH] Qt: Fix UI duplicating on language switch --- src/duckstation-qt/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) 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();