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