mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
-Hidden categories are no longer cleared when you click the clear btn. they must be cleared manually.
This commit is contained in:
parent
a242c88568
commit
efa188d549
@ -308,7 +308,7 @@ void CMenu::_CategorySettings(bool fromGameSet)
|
||||
bool hiddenCat = false;
|
||||
for(int j = 1; j < m_max_categories; ++j)
|
||||
{
|
||||
if(m_categories.at(j) == '2' && m_locked)
|
||||
if(m_categories.at(j) == '2')
|
||||
{
|
||||
hiddenCat = true;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user