Skip to content

Commit

Permalink
Merge pull request #90 from overbound/fix/special-stage-controls-back…
Browse files Browse the repository at this point in the history
…-button

Small menu fix
  • Loading branch information
overbound authored Jan 24, 2024
2 parents 151a498 + 39926d8 commit 9206516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function menu_part_touchscreenss_actions(argument0) {
break;
case 3:
case -1:
menu_fn_exit_submenu(menu_part_input_items, 5);
menu_fn_exit_submenu(menu_part_touchscreen_items, 4);
break;
case -2:
// left key
Expand Down

0 comments on commit 9206516

Please sign in to comment.