From 58dfe001532636849c8d6f5da53ffe961968bc86 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 21 Jun 2021 22:15:27 +0200 Subject: [PATCH] Disabled the new Utilities menu entry for the time being, it will be used for future versions. --- es-app/src/guis/GuiMenu.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 6f9e8fd45..7426476bc 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -59,9 +59,10 @@ GuiMenu::GuiMenu(Window* window) : GuiComponent(window), if (isFullUI) addEntry("OTHER SETTINGS", 0x777777FF, true, [this] { openOtherOptions(); }); - if (isFullUI) - addEntry("UTILITIES", 0x777777FF, true, [this] { - openUtilitiesMenu(); }); + // TEMPORARY - disabled for now, will be used in the future. +// if (isFullUI) +// addEntry("UTILITIES", 0x777777FF, true, [this] { +// openUtilitiesMenu(); }); if (!Settings::getInstance()->getBool("ForceKiosk") && Settings::getInstance()->getString("UIMode") != "kiosk") {