yuzu: Make language persistent and remove symbols_path
This commit is contained in:
parent
d590cfb9d0
commit
53956a2990
4 changed files with 6 additions and 12 deletions
|
|
@ -193,8 +193,8 @@ void ConfigureUi::RequestGameListUpdate() {
|
|||
void ConfigureUi::SetConfiguration() {
|
||||
ui->theme_combobox->setCurrentIndex(
|
||||
ui->theme_combobox->findData(QString::fromStdString(UISettings::values.theme)));
|
||||
ui->language_combobox->setCurrentIndex(
|
||||
ui->language_combobox->findData(QString::fromStdString(UISettings::values.language)));
|
||||
ui->language_combobox->setCurrentIndex(ui->language_combobox->findData(
|
||||
QString::fromStdString(UISettings::values.language.GetValue())));
|
||||
ui->show_add_ons->setChecked(UISettings::values.show_add_ons.GetValue());
|
||||
ui->show_compat->setChecked(UISettings::values.show_compat.GetValue());
|
||||
ui->show_size->setChecked(UISettings::values.show_size.GetValue());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue