forked from len0rd/rockbox
Add playlist viewer screen to %cs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81ebf2be6f
commit
ea4eadc582
2 changed files with 5 additions and 2 deletions
|
@ -1192,6 +1192,9 @@ const char *get_token_value(struct gui_wps *gwps,
|
||||||
curr_screen = 4;
|
curr_screen = 4;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
case GO_TO_PLAYLIST_VIEWER:
|
||||||
|
curr_screen = 5;
|
||||||
|
break;
|
||||||
default: /* lists */
|
default: /* lists */
|
||||||
curr_screen = 1;
|
curr_screen = 1;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -229,8 +229,8 @@ Ffwd{\textbar}Rew{\textgreater}}
|
||||||
\section{Current Screen}
|
\section{Current Screen}
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{tagmap}{}{}
|
\begin{tagmap}{}{}
|
||||||
\config{\%cs} & The current screen, 1-4, in the order:
|
\config{\%cs} & The current screen, 1-5, in the order:
|
||||||
Menus, WPS, Recording screen, FM Radio screen\\
|
Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
The tag can also be used as the switch in a conditional tag. For players without
|
The tag can also be used as the switch in a conditional tag. For players without
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue