1
0
Fork 0
forked from len0rd/rockbox

Added 12 hour clock to status bar on recorders.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Markus Braun 2002-10-14 12:50:20 +00:00
parent c7e0bea57a
commit 22a7a2d7d3
5 changed files with 41 additions and 5 deletions

View file

@ -86,6 +86,7 @@ struct user_settings
int repeat_mode; /* 0=off 1=repeat all 2=repeat one */
int dirfilter; /* 0=display all, 1=only supported, 2=only music */
bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
int timeformat; /* time format: 0=24 hour clock, 1=12 hour clock */
int scroll_speed; /* long texts scrolling speed: 1-30 */
bool playlist_shuffle;
bool play_selected; /* Plays selected file even in shuffle mode */