mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Shortcuts Menu -- Update2
make shortcuts menu drop back into WPS on exit different icons for plugins and files versus folders Change-Id: I1b590c223b63a6b6598c33e767738daaea1c8ad0
This commit is contained in:
parent
d0ab6b24dc
commit
f348d921b6
2 changed files with 10 additions and 2 deletions
|
|
@ -839,7 +839,8 @@ long gui_wps_show(void)
|
|||
if (global_settings.shortcuts_replaces_qs)
|
||||
{
|
||||
global_status.last_screen = GO_TO_SHORTCUTMENU;
|
||||
return quick_screen_quick(button);
|
||||
int ret = quick_screen_quick(button);
|
||||
return (ret == GO_TO_PREVIOUS ? GO_TO_WPS : ret);
|
||||
}
|
||||
else if (quick_screen_quick(button) > 0)
|
||||
return GO_TO_ROOT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue