1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
William Wilgus 2021-03-08 21:59:04 -05:00
parent c9e8d96e77
commit 13178d23b8
3 changed files with 16 additions and 1 deletions

View file

@ -431,6 +431,7 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
{
global_status.last_screen = GO_TO_SHORTCUTMENU;
ret = quick_screen_quick(action);
done = true;
}
else
quick_screen_quick(action);