Qt: Fix UI duplicating on language switch

This commit is contained in:
Stenzek 2023-10-08 13:04:37 +10:00
parent ce7f6128e9
commit 1f8dda5ffa
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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();