mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
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