Compare commits

...

2 Commits

Author SHA1 Message Date
Shizhang(Steven) Yin
889a55330d Merge 634104b666 into 16b83fac9b 2018-08-21 21:06:16 +00:00
tech4me
634104b666 config: Removed setting icon config 2018-08-21 02:23:01 -07:00

View File

@@ -56,7 +56,6 @@ void ConfigureGameList::setConfiguration() {
void ConfigureGameList::applyConfiguration() {
UISettings::values.show_unknown = ui->show_unknown->isChecked();
UISettings::values.icon_size = ui->icon_size_combobox->currentData().toUInt();
UISettings::values.row_1_text_id = ui->row_1_text_combobox->currentData().toUInt();
UISettings::values.row_2_text_id = ui->row_2_text_combobox->currentData().toUInt();
Settings::Apply();