Made Supported the default File View option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8caf175c7f
commit
ae45ec51b7
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ static const struct bit_entry hd_bits[] =
|
|||
{8, S_O(disk_spindown), 5, "disk spindown", NULL },
|
||||
#endif
|
||||
/* browser */
|
||||
{3, S_O(dirfilter), SHOW_MUSIC,
|
||||
{3, S_O(dirfilter), SHOW_SUPPORTED,
|
||||
"show files", "all,supported,music,playlists,id3 database" },
|
||||
{1, S_O(sort_case), false, "sort case", off_on },
|
||||
{1, S_O(browse_current), false, "follow playlist", off_on },
|
||||
|
|
Loading…
Reference in a new issue