mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-13 20:22:13 +00:00
Hopefully fix Qt 5.1 compilation
This commit is contained in:
@@ -220,7 +220,7 @@ void SettingsDialog::applySettings(SettingsObject *s)
|
||||
}
|
||||
|
||||
// Language
|
||||
s->set("Language", ui->languageBox->currentData().toLocale().bcp47Name());
|
||||
s->set("Language", ui->languageBox->itemData(ui->languageBox->currentIndex()).toLocale().bcp47Name());
|
||||
|
||||
// Updates
|
||||
s->set("AutoUpdate", ui->autoUpdateCheckBox->isChecked());
|
||||
|
||||
Reference in New Issue
Block a user