summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 3b6a048def..2765ae8e52 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -224,7 +224,9 @@ static const struct bit_entry rtc_bits[] =
224#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE 224#elif CONFIG_BATTERY == BATT_3AAA_ALKALINE
225 {12, S_O(battery_capacity), 1000, "battery capacity", NULL }, 225 {12, S_O(battery_capacity), 1000, "battery capacity", NULL },
226#endif 226#endif
227#ifdef HAVE_CHARGING
227 {1, S_O(car_adapter_mode), false, "car adapter mode", off_on }, 228 {1, S_O(car_adapter_mode), false, "car adapter mode", off_on },
229#endif
228 230
229 /* new stuff to be added here */ 231 /* new stuff to be added here */
230 /* If values are just added to the end, no need to bump the version. */ 232 /* If values are just added to the end, no need to bump the version. */
@@ -281,7 +283,7 @@ static const struct bit_entry hd_bits[] =
281 {1, S_O(browse_current), false, "follow playlist", off_on }, 283 {1, S_O(browse_current), false, "follow playlist", off_on },
282 /* playlist */ 284 /* playlist */
283 {1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on }, 285 {1, S_O(playlist_viewer_icons), true, "playlist viewer icons", off_on },
284 {1, S_O(playlist_viewer_indices), true, 286 {1, S_O(playlist_viewer_indices), true,
285 "playlist viewer indices", off_on }, 287 "playlist viewer indices", off_on },
286 {1, S_O(playlist_viewer_track_display), 0, 288 {1, S_O(playlist_viewer_track_display), 0,
287 "playlist viewer track display", "track name,full path" }, 289 "playlist viewer track display", "track name,full path" },