diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 2f69e5fb0..19baad7f9 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -56,10 +56,10 @@ GuiMenu::GuiMenu() if (isFullUI) addEntry("SCRAPER", mMenuColorPrimary, true, [this] { openScraperOptions(); }); - addEntry("RETRODECK CONFIGURATOR", mMenuColorPrimary, false, [this] { openRetroDeckConfigurator(); }); + if (isFullUI) + addEntry("RETRODECK CONFIGURATOR", mMenuColorPrimary, false, [this] { openRetroDeckConfigurator(); }); if (isFullUI) - { addEntry("ES-DE CONFIGURATIONS", mMenuColorPrimary, true, [this] { auto configMenu = new GuiMenu(mWindow);