Qt: Fix UI duplicating on language switch

pull/3027/head
Stenzek 3 years ago
parent ce7f6128e9
commit 1f8dda5ffa
No known key found for this signature in database

@ -723,7 +723,6 @@ void MainWindow::recreate()
g_main_window = nullptr; g_main_window = nullptr;
MainWindow* new_main_window = new MainWindow(); MainWindow* new_main_window = new MainWindow();
new_main_window->initialize();
new_main_window->show(); new_main_window->show();
deleteLater(); deleteLater();

Loading…
Cancel
Save