diff options
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 83d69710df..ba5a668d3c 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -321,7 +321,6 @@ static const struct bit_entry hd_bits[] = {2, S_O(talk_file), 0, "talk file", "off,number,spell" }, {1, S_O(talk_menu), true, "talk menu", off_on }, - /* new stuff to be added at the end */ /* If values are just added to the end, no need to bump the version. */ {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" }, {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" }, @@ -330,6 +329,9 @@ static const struct bit_entry hd_bits[] = {9, S_O(mdb_center), 0, "mdb center", NULL}, {9, S_O(mdb_shape), 0, "mdb shape", NULL}, {1, S_O(mdb_enable), 0, "mdb enable", off_on}, + {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"}, + + /* new stuff to be added at the end */ /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ }; |