mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-we should hide the button still if we have games displayed :P
This commit is contained in:
parent
1bd07dc6dc
commit
08c4942b77
@ -708,6 +708,8 @@ int CMenu::main(void)
|
||||
{
|
||||
m_btnMgr.hide(m_mainLblUser[0]);
|
||||
m_btnMgr.hide(m_mainLblUser[1]);
|
||||
if(!m_gameList.empty())
|
||||
m_btnMgr.hide(m_mainBtnConfig);
|
||||
m_btnMgr.hide(m_mainBtnInfo);
|
||||
m_btnMgr.hide(m_mainBtnQuit);
|
||||
m_btnMgr.hide(m_mainBtnFavoritesOn);
|
||||
|
Loading…
Reference in New Issue
Block a user