-we should hide the button still if we have games displayed :P

This commit is contained in:
fix94.1 2012-05-25 22:13:43 +00:00
parent 1bd07dc6dc
commit 08c4942b77

View File

@ -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);