1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-17 04:37:00 +00:00

minimig-mist: correct OSD menu entry when selecting no at reload kickstart

This commit is contained in:
Gerald Schnabel
2019-11-23 11:06:17 +01:00
parent 18f57bc3b9
commit 2dfb313004

2
menu.c
View File

@@ -3327,7 +3327,7 @@ void HandleUI(void)
else if (menusub == 1)
{
menustate = MENU_SETTINGS_MEMORY1;
menusub = 2;
menusub = 3;
}
}