mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Restored lost collection settings
This commit is contained in:
parent
5cecb80780
commit
76e2fd741f
|
@ -2063,6 +2063,17 @@ void GuiMenu::openESDEConfiguration() {
|
|||
});
|
||||
s->addRow(row);
|
||||
|
||||
// COLLECTION SETTINGS
|
||||
row.elements.clear();
|
||||
row.addElement(std::make_shared<TextComponent>("GAME COLLECTION SETTINGS",
|
||||
Font::get(FONT_SIZE_MEDIUM), mMenuColorPrimary),
|
||||
true);
|
||||
row.addElement(mMenu.makeArrow(), false);
|
||||
row.makeAcceptInputHandler([this] {
|
||||
openCollectionSystemOptions();
|
||||
});
|
||||
s->addRow(row);
|
||||
|
||||
// OTHER SETTINGS
|
||||
row.elements.clear();
|
||||
row.addElement(std::make_shared<TextComponent>("OTHER SETTINGS",
|
||||
|
|
Loading…
Reference in a new issue