Fix home button being usable in the browser (closes #163)
This commit is contained in:
@@ -501,7 +501,7 @@ bool themeplaza_browser(EntryMode mode)
|
||||
|
||||
bool extra_mode = false;
|
||||
|
||||
while(aptMainLoop())
|
||||
while(true)
|
||||
{
|
||||
if(current_list->entries == NULL)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user