GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309)

* GUI/gamelist: add "None" as an option for second row and remove duplicated row options

* fix clang-format warnings
This commit is contained in:
Bartosz Kaszubowski 2020-01-19 21:56:49 +01:00 committed by bunnei
parent 6b8406f575
commit ca9353c81c
3 changed files with 53 additions and 14 deletions

View file

@ -31,5 +31,8 @@ private:
void InitializeIconSizeComboBox();
void InitializeRowComboBoxes();
void UpdateFirstRowComboBox(bool init = false);
void UpdateSecondRowComboBox(bool init = false);
std::unique_ptr<Ui::ConfigureGameList> ui;
};