Skip to content

Commit

Permalink
GuiMenu: fixed the ES-DE CONFIGURATIONS menu
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Aug 1, 2024
1 parent 1cf73b0 commit f090d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions es-app/src/guis/GuiMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f090d7d

Please sign in to comment.