mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +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"))
|
if (Settings::getInstance()->getBool("ShowQuitMenu"))
|
||||||
addEntry("QUIT", 0x777777FF, true, [this] {openQuitMenu(); });
|
addEntry("QUIT", 0x777777FF, true, [this] {openQuitMenu(); });
|
||||||
else
|
else
|
||||||
addEntry("QUIT", 0x777777FF, false, [this] {openQuitMenu(); });
|
addEntry("QUIT EMULATIONSTATION", 0x777777FF, false, [this] {openQuitMenu(); });
|
||||||
}
|
}
|
||||||
|
|
||||||
addChild(&mMenu);
|
addChild(&mMenu);
|
||||||
|
|
Loading…
Reference in a new issue