fixed bug that would take user from netloader screen to theme switcher menu, without properly exiting

This commit is contained in:
NightlyFox 2018-09-21 00:21:33 -05:00
parent 9c8c395d5e
commit 42df5cf5e0

View File

@ -313,7 +313,7 @@ void menuStartup() {
} }
void themeMenuStartup() { void themeMenuStartup() {
if(hbmenu_state==HBMENU_THEME_MENU) return; if(hbmenu_state != HBMENU_DEFAULT) return;
hbmenu_state = HBMENU_THEME_MENU; hbmenu_state = HBMENU_THEME_MENU;
char tmp_path[PATH_MAX]; char tmp_path[PATH_MAX];