shortcuts: go to WPS for ACTION_TREE_WPS

Change-Id: Ieab19f90d9cf13b19ce7fe108f3ecb734af1fde0
This commit is contained in:
Christian Soffke 2026-06-03 23:04:24 +02:00
parent e6b4ec81ff
commit 85adf518ac

View file

@ -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)