fixed menu item being selected after exiting settings
This commit is contained in:
@ -45,7 +45,9 @@ void checkInputs() {
|
||||
if (menuItemSelected == 1) {
|
||||
menuItemSelected = 0;
|
||||
} else if (displayScreen != 0) {
|
||||
menuItem = 0;
|
||||
displayScreen = 0;
|
||||
menuItemSelected = 0;
|
||||
} else if (insideTab == 1) {
|
||||
insideTab = 0;
|
||||
menuItem = 0;
|
||||
|
||||
Reference in New Issue
Block a user