diff --git a/out/boot.dol b/out/boot.dol index 38cbe009..0533f6e6 100644 Binary files a/out/boot.dol and b/out/boot.dol differ diff --git a/source/menu/menu_home.cpp b/source/menu/menu_home.cpp index ebd642dc..48691e72 100644 --- a/source/menu/menu_home.cpp +++ b/source/menu/menu_home.cpp @@ -250,14 +250,17 @@ void CMenu::_showHome(void) _setBg(m_homeBg, m_homeBg); m_btnMgr.show(m_homeLblTitle); - m_btnMgr.show(m_homeBtnSettings); - m_btnMgr.show(m_homeBtnReloadCache); - m_btnMgr.show(m_homeBtnUpdate); - m_btnMgr.show(m_homeBtnExplorer); + if(!m_locked) + { + m_btnMgr.show(m_homeBtnSettings); + m_btnMgr.show(m_homeBtnReloadCache); + m_btnMgr.show(m_homeBtnUpdate); + m_btnMgr.show(m_homeBtnExplorer); - m_btnMgr.show(m_homeBtnInstall); - m_btnMgr.show(m_homeBtnAbout); - m_btnMgr.show(m_homeBtnExitTo); + m_btnMgr.show(m_homeBtnInstall); + m_btnMgr.show(m_homeBtnAbout); + m_btnMgr.show(m_homeBtnExitTo); + } m_btnMgr.show(m_homeBtnSelPlugin); m_btnMgr.show(m_homeLblBattery);