GuiMenu: fixed the ES-DE CONFIGURATIONS menu

This commit is contained in:
XargonWan 2024-08-01 09:26:09 +09:00
parent 1cf73b061b
commit f090d7df5c

View file

@ -56,10 +56,10 @@ GuiMenu::GuiMenu()
if (isFullUI)
addEntry("SCRAPER", mMenuColorPrimary, true, [this] { openScraperOptions(); });
if (isFullUI)
addEntry("RETRODECK CONFIGURATOR", mMenuColorPrimary, false, [this] { openRetroDeckConfigurator(); });
if (isFullUI)
{
addEntry("ES-DE CONFIGURATIONS", mMenuColorPrimary, true, [this]
{
auto configMenu = new GuiMenu(mWindow);