summaryrefslogtreecommitdiff
path: root/apps/root_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/root_menu.c')
-rw-r--r--apps/root_menu.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c
index 358dc0bed6..1c6c868bfc 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -487,10 +487,17 @@ static int load_context_screen(int selection)
487 else 487 else
488 return GO_TO_PREVIOUS; 488 return GO_TO_PREVIOUS;
489} 489}
490
491static int previous_music = GO_TO_WPS;
492
493void previous_music_is_wps(void)
494{
495 previous_music = GO_TO_WPS;
496}
497
490void root_menu(void) 498void root_menu(void)
491{ 499{
492 int previous_browser = GO_TO_FILEBROWSER; 500 int previous_browser = GO_TO_FILEBROWSER;
493 int previous_music = GO_TO_WPS;
494 int next_screen = GO_TO_ROOT; 501 int next_screen = GO_TO_ROOT;
495 int selected = 0; 502 int selected = 0;
496 503