fixed bug that would take user from netloader screen to theme switcher menu, without properly exiting
This commit is contained in:
parent
9c8c395d5e
commit
42df5cf5e0
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user