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, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0a369a49f0..de4254edad 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -202,7 +202,7 @@ static const struct bit_entry rtc_bits[] =
202 {1, S_O(buttonbar), true, "buttonbar", off_on }, 202 {1, S_O(buttonbar), true, "buttonbar", off_on },
203#endif 203#endif
204 {1, S_O(volume_type), 0, "volume display", graphic_numeric }, 204 {1, S_O(volume_type), 0, "volume display", graphic_numeric },
205 {1, S_O(battery_type), 0, "battery display", graphic_numeric }, 205 {1, S_O(battery_display), 0, "battery display", graphic_numeric },
206 {1, S_O(timeformat), 0, "time format", "24hour,12hour" }, 206 {1, S_O(timeformat), 0, "time format", "24hour,12hour" },
207#endif 207#endif
208 {1, S_O(show_icons), true, "show icons", off_on }, 208 {1, S_O(show_icons), true, "show icons", off_on },