summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 2d4d9fac2f..56bba8878d 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -153,6 +153,7 @@ struct user_settings
153 int scroll_step; /* pixels to advance per update */ 153 int scroll_step; /* pixels to advance per update */
154#ifdef HAVE_LCD_CHARCELLS 154#ifdef HAVE_LCD_CHARCELLS
155 int jump_scroll; /* Fast jump when scrolling */ 155 int jump_scroll; /* Fast jump when scrolling */
156 int jump_scroll_delay; /* Delay between jump scroll screens */
156#endif 157#endif
157 bool fade_on_stop; /* fade on pause/unpause/stop */ 158 bool fade_on_stop; /* fade on pause/unpause/stop */
158 bool caption_backlight; /* turn on backlight at end and start of track */ 159 bool caption_backlight; /* turn on backlight at end and start of track */