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:
parent
c9e8d96e77
commit
13178d23b8
3 changed files with 16 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue