mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
GuiMenu: fixed the ES-DE CONFIGURATIONS menu
This commit is contained in:
parent
1cf73b061b
commit
f090d7df5c
|
@ -56,10 +56,10 @@ GuiMenu::GuiMenu()
|
||||||
if (isFullUI)
|
if (isFullUI)
|
||||||
addEntry("SCRAPER", mMenuColorPrimary, true, [this] { openScraperOptions(); });
|
addEntry("SCRAPER", mMenuColorPrimary, true, [this] { openScraperOptions(); });
|
||||||
|
|
||||||
addEntry("RETRODECK CONFIGURATOR", mMenuColorPrimary, false, [this] { openRetroDeckConfigurator(); });
|
if (isFullUI)
|
||||||
|
addEntry("RETRODECK CONFIGURATOR", mMenuColorPrimary, false, [this] { openRetroDeckConfigurator(); });
|
||||||
|
|
||||||
if (isFullUI)
|
if (isFullUI)
|
||||||
{
|
|
||||||
addEntry("ES-DE CONFIGURATIONS", mMenuColorPrimary, true, [this]
|
addEntry("ES-DE CONFIGURATIONS", mMenuColorPrimary, true, [this]
|
||||||
{
|
{
|
||||||
auto configMenu = new GuiMenu(mWindow);
|
auto configMenu = new GuiMenu(mWindow);
|
||||||
|
|
Loading…
Reference in a new issue