citra_qt/configuration: log on config dialog close
This commit is contained in:
parent
250cf584e3
commit
82aa45d9fa
3 changed files with 4 additions and 3 deletions
|
@ -28,6 +28,7 @@ void ConfigureDialog::applyConfiguration() {
|
|||
ui->debugTab->applyConfiguration();
|
||||
ui->webTab->applyConfiguration();
|
||||
Settings::Apply();
|
||||
Config::LogSettings();
|
||||
}
|
||||
|
||||
void ConfigureDialog::onLanguageChanged(const QString& locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue