mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Settings/System/Plugins: Go to WPS when ACTION_TREEE_WPS is pressed
Used to go to root menu before. Change-Id: I5c0e0cb204cb3979917dde0f243185c32ef4177a
This commit is contained in:
parent
17cae50497
commit
f242b0ec6c
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ static int miscscrn(void * param)
|
|||
case GO_TO_PLUGIN:
|
||||
case GO_TO_PLAYLIST_VIEWER:
|
||||
case GO_TO_WPS:
|
||||
case GO_TO_PREVIOUS_MUSIC:
|
||||
return result;
|
||||
default:
|
||||
return GO_TO_ROOT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue