mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
shortcuts: go to WPS for ACTION_TREE_WPS
Change-Id: Ieab19f90d9cf13b19ce7fe108f3ecb734af1fde0
This commit is contained in:
parent
e6b4ec81ff
commit
85adf518ac
1 changed files with 5 additions and 1 deletions
|
|
@ -744,9 +744,13 @@ int do_shortcut_menu(void *ignored)
|
|||
|
||||
if (simplelist_show_list(&list))
|
||||
break; /* returning from USB screen */
|
||||
|
||||
if (list.selection == -1)
|
||||
break; /* canceled */
|
||||
if (list.selection == -2)
|
||||
{
|
||||
done = GO_TO_WPS;
|
||||
break;
|
||||
}
|
||||
|
||||
sc = get_shortcut(list.selection, NULL);
|
||||
if (!sc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue