|
|
@ -3387,6 +3387,8 @@ void MainWindow::OnConfigure() { |
|
|
!multiplayer_state->IsHostingPublicRoom()); |
|
|
!multiplayer_state->IsHostingPublicRoom()); |
|
|
connect(&configure_dialog, &ConfigureDialog::LanguageChanged, this, |
|
|
connect(&configure_dialog, &ConfigureDialog::LanguageChanged, this, |
|
|
&MainWindow::OnLanguageChanged); |
|
|
&MainWindow::OnLanguageChanged); |
|
|
|
|
|
connect(&configure_dialog, &ConfigureDialog::ExternalContentDirsChanged, this, |
|
|
|
|
|
&MainWindow::OnGameListRefresh); |
|
|
|
|
|
|
|
|
const auto result = configure_dialog.exec(); |
|
|
const auto result = configure_dialog.exec(); |
|
|
if (result != QDialog::Accepted && !UISettings::values.configuration_applied && |
|
|
if (result != QDialog::Accepted && !UISettings::values.configuration_applied && |
|
|
|