mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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)
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue