summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 8434d3e211..9f4405f960 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -193,6 +193,7 @@ static struct bit_entry rtc_bits[] =
193 {1, S_O(statusbar), true, "statusbar", off_on }, 193 {1, S_O(statusbar), true, "statusbar", off_on },
194 {1, S_O(scrollbar), true, "scrollbar", off_on }, 194 {1, S_O(scrollbar), true, "scrollbar", off_on },
195 {1, S_O(buttonbar), true, "buttonbar", off_on }, 195 {1, S_O(buttonbar), true, "buttonbar", off_on },
196 {1, S_O(progressbar_solid), false, "solid progressbar", off_on },
196 {1, S_O(volume_type), 0, "volume display", graphic_numeric }, 197 {1, S_O(volume_type), 0, "volume display", graphic_numeric },
197 {1, S_O(battery_type), 0, "battery display", graphic_numeric }, 198 {1, S_O(battery_type), 0, "battery display", graphic_numeric },
198 {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, 199 {1, S_O(timeformat), 0, "time format", "24hour,12hour" },