diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2022-11-21 00:10:53 +0100 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2022-11-23 01:24:59 -0500 |
commit | f242b0ec6ccfcf97289929e75241c1bcfc2fd94f (patch) | |
tree | c793939c8a7aabd149560691d1268db0e6dc203a /apps | |
parent | 17cae50497718ac10be9c2521efbc04bb500afa7 (diff) | |
download | rockbox-f242b0ec6ccfcf97289929e75241c1bcfc2fd94f.tar.gz rockbox-f242b0ec6ccfcf97289929e75241c1bcfc2fd94f.zip |
Settings/System/Plugins: Go to WPS when ACTION_TREEE_WPS is pressed
Used to go to root menu before.
Change-Id: I5c0e0cb204cb3979917dde0f243185c32ef4177a
Diffstat (limited to 'apps')
-rw-r--r-- | apps/root_menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c index 895d5a667b..80b5be1d36 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c | |||
@@ -357,6 +357,7 @@ static int miscscrn(void * param) | |||
357 | case GO_TO_PLUGIN: | 357 | case GO_TO_PLUGIN: |
358 | case GO_TO_PLAYLIST_VIEWER: | 358 | case GO_TO_PLAYLIST_VIEWER: |
359 | case GO_TO_WPS: | 359 | case GO_TO_WPS: |
360 | case GO_TO_PREVIOUS_MUSIC: | ||
360 | return result; | 361 | return result; |
361 | default: | 362 | default: |
362 | return GO_TO_ROOT; | 363 | return GO_TO_ROOT; |