summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index b52f3d8ded..4bda34b53b 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -350,8 +350,12 @@ static const struct bit_entry hd_bits[] =
350 {1, S_O(mdb_enable), 0, "mdb enable", off_on}, 350 {1, S_O(mdb_enable), 0, "mdb enable", off_on},
351 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"}, 351 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
352 352
353 /* new stuff to be added at the end */ 353#ifdef HAVE_RECORDING
354 {1, S_O(rec_startup), false, "rec screen on startup", off_on },
355#endif
354 356
357 /* new stuff to be added at the end */
358
355 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 359 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
356}; 360};
357 361