mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the menu entry name for the textlist quick scrolling overlay option.
This commit is contained in:
parent
54dd4ea6bb
commit
648252f639
|
@ -755,7 +755,7 @@ void GuiMenu::openUIOptions()
|
|||
// Enable quick list scrolling overlay.
|
||||
auto listScrollOverlay = std::make_shared<SwitchComponent>();
|
||||
listScrollOverlay->setState(Settings::getInstance()->getBool("ListScrollOverlay"));
|
||||
s->addWithLabel("ENABLE QUICK LIST SCROLLING OVERLAY", listScrollOverlay);
|
||||
s->addWithLabel("ENABLE TEXTLIST QUICK SCROLLING OVERLAY", listScrollOverlay);
|
||||
s->addSaveFunc([listScrollOverlay, s] {
|
||||
if (listScrollOverlay->getState() !=
|
||||
Settings::getInstance()->getBool("ListScrollOverlay")) {
|
||||
|
|
Loading…
Reference in a new issue