Actually display errors from netloader activation.
This commit is contained in:
parent
f4067d64f3
commit
ba330cfd84
@ -763,8 +763,11 @@ void menuLoop(void) {
|
||||
|
||||
menuCloseMsgBox();
|
||||
menuMsgBoxSetNetloaderState(0, NULL, 0, 0);
|
||||
}
|
||||
|
||||
if (netloader_state.errormsg[0]) menuCreateMsgBox(780,300, netloader_state.errormsg);
|
||||
if (netloader_state.errormsg[0]) {
|
||||
menuCloseMsgBox();
|
||||
menuCreateMsgBox(780,300, netloader_state.errormsg);
|
||||
}
|
||||
|
||||
if(hbmenu_state == HBMENU_NETLOADER_ACTIVE) {
|
||||
|
Loading…
Reference in New Issue
Block a user