mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
Use Config Savegame to determine system language and change display title accordingly
This commit is contained in:
@@ -145,7 +145,7 @@ void TitleInfoDialog::InitializeLanguageComboBox() {
|
||||
}
|
||||
|
||||
ui->languageComboBox->addItem(tr(LanguageNames.at(i)), static_cast<int>(i));
|
||||
if (i == 1) { // English
|
||||
if (i == static_cast<u8>(importer.GetSystemLanguage())) {
|
||||
ui->languageComboBox->setCurrentIndex(ui->languageComboBox->count() - 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user