mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Disabled the new Utilities menu entry for the time being, it will be used for future versions.
This commit is contained in:
parent
88816c4b86
commit
58dfe00153
|
@ -59,9 +59,10 @@ GuiMenu::GuiMenu(Window* window) : GuiComponent(window),
|
||||||
if (isFullUI)
|
if (isFullUI)
|
||||||
addEntry("OTHER SETTINGS", 0x777777FF, true, [this] { openOtherOptions(); });
|
addEntry("OTHER SETTINGS", 0x777777FF, true, [this] { openOtherOptions(); });
|
||||||
|
|
||||||
if (isFullUI)
|
// TEMPORARY - disabled for now, will be used in the future.
|
||||||
addEntry("UTILITIES", 0x777777FF, true, [this] {
|
// if (isFullUI)
|
||||||
openUtilitiesMenu(); });
|
// addEntry("UTILITIES", 0x777777FF, true, [this] {
|
||||||
|
// openUtilitiesMenu(); });
|
||||||
|
|
||||||
if (!Settings::getInstance()->getBool("ForceKiosk") &&
|
if (!Settings::getInstance()->getBool("ForceKiosk") &&
|
||||||
Settings::getInstance()->getString("UIMode") != "kiosk") {
|
Settings::getInstance()->getString("UIMode") != "kiosk") {
|
||||||
|
|
Loading…
Reference in a new issue