summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 30a098f331..a7d52896a6 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -431,6 +431,7 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
431 { 431 {
432 global_status.last_screen = GO_TO_SHORTCUTMENU; 432 global_status.last_screen = GO_TO_SHORTCUTMENU;
433 ret = quick_screen_quick(action); 433 ret = quick_screen_quick(action);
434 done = true;
434 } 435 }
435 else 436 else
436 quick_screen_quick(action); 437 quick_screen_quick(action);