summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 04a0e3cd84..09e15b3deb 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -195,7 +195,9 @@ static const struct bit_entry rtc_bits[] =
195 {1, S_O(invert_cursor), false, "invert cursor", off_on }, 195 {1, S_O(invert_cursor), false, "invert cursor", off_on },
196 {1, S_O(statusbar), true, "statusbar", off_on }, 196 {1, S_O(statusbar), true, "statusbar", off_on },
197 {1, S_O(scrollbar), true, "scrollbar", off_on }, 197 {1, S_O(scrollbar), true, "scrollbar", off_on },
198#if CONFIG_KEYPAD == RECORDER_PAD
198 {1, S_O(buttonbar), true, "buttonbar", off_on }, 199 {1, S_O(buttonbar), true, "buttonbar", off_on },
200#endif
199 {1, S_O(volume_type), 0, "volume display", graphic_numeric }, 201 {1, S_O(volume_type), 0, "volume display", graphic_numeric },
200 {1, S_O(battery_type), 0, "battery display", graphic_numeric }, 202 {1, S_O(battery_type), 0, "battery display", graphic_numeric },
201 {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, 203 {1, S_O(timeformat), 0, "time format", "24hour,12hour" },