mirror of
https://github.com/V2RetroComputing/analog-utilities.git
synced 2024-11-21 02:33:27 +00:00
Fix application menu not working on unenhanced systems
This commit is contained in:
parent
630987e1ce
commit
2e4cd3bb47
@ -144,6 +144,7 @@ void main (void) {
|
||||
}
|
||||
#if defined(__APPLE2ENH__)
|
||||
}
|
||||
#endif
|
||||
case MENU_EXIT:
|
||||
launcher_rows+=2;
|
||||
last_item = i;
|
||||
@ -155,7 +156,6 @@ void main (void) {
|
||||
separator_allowed = 0;
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user