mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed the name of the quit entry if the quit menu has been deactivated.
This commit is contained in:
parent
65c1e9880e
commit
50d8c7eb30
|
@ -61,7 +61,7 @@ GuiMenu::GuiMenu(Window* window) : GuiComponent(window),
|
|||
if (Settings::getInstance()->getBool("ShowQuitMenu"))
|
||||
addEntry("QUIT", 0x777777FF, true, [this] {openQuitMenu(); });
|
||||
else
|
||||
addEntry("QUIT", 0x777777FF, false, [this] {openQuitMenu(); });
|
||||
addEntry("QUIT EMULATIONSTATION", 0x777777FF, false, [this] {openQuitMenu(); });
|
||||
}
|
||||
|
||||
addChild(&mMenu);
|
||||
|
|
Loading…
Reference in a new issue