summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 72f607d693..ee8fd48831 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -412,8 +412,7 @@ struct user_settings
412 int contrast; /* lcd contrast */ 412 int contrast; /* lcd contrast */
413#endif 413#endif
414 bool invert; /* invert display */ 414 bool invert; /* invert display */
415 bool invert_cursor; /* invert the current file in dir browser and menu 415 int cursor_style; /* style of the selection cursor */
416 instead of using the default cursor */
417 bool flip_display; /* turn display (and button layout) by 180 degrees */ 416 bool flip_display; /* turn display (and button layout) by 180 degrees */
418 int poweroff; /* power off timer */ 417 int poweroff; /* power off timer */
419 int backlight_timeout; /* backlight off timeout: 0-18 0=never, 418 int backlight_timeout; /* backlight off timeout: 0-18 0=never,
@@ -641,6 +640,9 @@ struct user_settings
641#ifdef HAVE_LCD_COLOR 640#ifdef HAVE_LCD_COLOR
642 int bg_color; /* background color native format */ 641 int bg_color; /* background color native format */
643 int fg_color; /* foreground color native format */ 642 int fg_color; /* foreground color native format */
643 int lss_color; /* background color for the selector or start color for the gradient */
644 int lse_color; /* end color for the selector gradient */
645 int lst_color; /* color of the text for the selector */
644#endif 646#endif
645 bool party_mode; /* party mode - unstoppable music */ 647 bool party_mode; /* party mode - unstoppable music */
646 648