- fixed categories i broke a while back.

This commit is contained in:
Fledge68 2023-03-19 18:18:06 -05:00
parent 31f9d0edc0
commit c175cf6bb6
2 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@ -2085,7 +2085,10 @@ void CMenu::_initCF(void)
}
}
else // wii, gc, channels
{
strcpy(cfgKey1, hdr->id);
strcpy(catKey1, hdr->id);
}
if((!m_favorites || m_gcfg1.getBool(favDomain, cfgKey1, false))
&& (!m_locked || !m_gcfg1.getBool(adultDomain, cfgKey1, false)))