summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-03-08 21:59:04 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2021-03-08 22:17:41 -0500
commit13178d23b82ffde13fdbf8e36cfa0358f22e8dc3 (patch)
tree624d16646b0c4b19d23aa338fae4c19552de3209 /apps/menu.c
parentc9e8d96e77c9ad3e0ff2df3b1afbac77c33fde85 (diff)
downloadrockbox-13178d23b82ffde13fdbf8e36cfa0358f22e8dc3.tar.gz
rockbox-13178d23b82ffde13fdbf8e36cfa0358f22e8dc3.zip
Shortcuts Menu Update
Change Browser shortcut to the plugin icon drop back into WPS on opx return allow same action to exit shortcut menu as entered -- might be problematic Change-Id: Id7013a514c8e8862ee1da44b033d10b7519e9127
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);