mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
CONFIGURATOR: put back the legacy one and disabled the new one
Some checks failed
Build ES-DE / Building_RetroDECK-ES-DE (push) Has been cancelled
Some checks failed
Build ES-DE / Building_RetroDECK-ES-DE (push) Has been cancelled
This commit is contained in:
parent
b03d46370f
commit
b8cc8b05bc
|
@ -60,11 +60,14 @@ GuiMenu::GuiMenu()
|
|||
|
||||
#if defined(RETRODECK)
|
||||
|
||||
if (isFullUI)
|
||||
addEntry(_("RETRODECK CONFIGURATOR"), mMenuColorPrimary, false, [this] { openRetroDeckGodotConfigurator(); });
|
||||
// if (isFullUI)
|
||||
// addEntry(_("RETRODECK CONFIGURATOR"), mMenuColorPrimary, false, [this] { openRetroDeckGodotConfigurator(); });
|
||||
|
||||
// if (isFullUI)
|
||||
// addEntry(_("RETRODECK LEGACY CONFIGURATOR"), mMenuColorPrimary, false, [this] { openRetroDeckClassicConfigurator(); });
|
||||
|
||||
if (isFullUI)
|
||||
addEntry(_("RETRODECK LEGACY CONFIGURATOR"), mMenuColorPrimary, false, [this] { openRetroDeckClassicConfigurator(); });
|
||||
addEntry(_("RETRODECK CONFIGURATOR"), mMenuColorPrimary, false, [this] { openRetroDeckClassicConfigurator(); });
|
||||
|
||||
if (isFullUI)
|
||||
addEntry(_("ES-DE CONFIGURATIONS"), mMenuColorPrimary, true, [this] { openESDEConfiguration(); });
|
||||
|
|
Loading…
Reference in a new issue