mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-23 09:11:11 +01:00
Fix Issue 27: "When in 'channel view' and wiiflow is locked the wrong
icon is displayed". Thanks for the report.
This commit is contained in:
parent
137256fc70
commit
524aee0893
@ -665,7 +665,7 @@ int CMenu::main(void)
|
||||
m_btnMgr.show(m_mainBtnUsb);
|
||||
break;
|
||||
case COVERFLOW_CHANNEL:
|
||||
if(show_homebrew)
|
||||
if (show_homebrew && (parental_homebrew || !m_locked))
|
||||
m_btnMgr.show(m_mainBtnHomebrew);
|
||||
else
|
||||
m_btnMgr.show(m_mainBtnUsb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user