Change EnhanceComboBox to optionally sort the settings list before adding it to the combo box

This commit is contained in:
Jordy Vieira 2019-04-13 18:42:08 -03:00 committed by Ivan
parent 136fc8cfe3
commit bad0415f05
3 changed files with 11 additions and 4 deletions

View file

@ -861,7 +861,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
// Comboboxes
xemu_settings->EnhanceComboBox(ui->sysLangBox, emu_settings::Language);
xemu_settings->EnhanceComboBox(ui->sysLangBox, emu_settings::Language, false, false, 0, true);
SubscribeTooltip(ui->sysLangBox, json_sys["sysLangBox"].toString());
// Checkboxes