summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index eed0b61c20..437f0937dd 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -64,9 +64,7 @@ struct user_settings
64 int contrast; /* lcd contrast: 0-100 0=low 100=high */ 64 int contrast; /* lcd contrast: 0-100 0=low 100=high */
65 int poweroff; /* power off timer */ 65 int poweroff; /* power off timer */
66 int backlight_timeout; /* backlight off timeout: 0-18 0=never,1=always,then according to timeout_values[] */ 66 int backlight_timeout; /* backlight off timeout: 0-18 0=never,1=always,then according to timeout_values[] */
67#ifdef HAVE_CHARGE_CTRL
68 bool backlight_on_when_charging; 67 bool backlight_on_when_charging;
69#endif
70 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */ 68 bool discharge; /* maintain charge of at least: false = 90%, true = 10% */
71 69
72 /* resume settings */ 70 /* resume settings */