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, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c27b6e602b..1fee6b4838 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -708,8 +708,10 @@ struct user_settings
708 int alarm_wake_up_screen; 708 int alarm_wake_up_screen;
709#endif 709#endif
710 /* customizable icons */ 710 /* customizable icons */
711#ifdef HAVE_LCD_BITMAP
711 unsigned char icon_file[MAX_FILENAME+1]; 712 unsigned char icon_file[MAX_FILENAME+1];
712 unsigned char viewers_icon_file[MAX_FILENAME+1]; 713 unsigned char viewers_icon_file[MAX_FILENAME+1];
714#endif
713#ifdef HAVE_REMOTE_LCD 715#ifdef HAVE_REMOTE_LCD
714 unsigned char remote_icon_file[MAX_FILENAME+1]; 716 unsigned char remote_icon_file[MAX_FILENAME+1];
715 unsigned char remote_viewers_icon_file[MAX_FILENAME+1]; 717 unsigned char remote_viewers_icon_file[MAX_FILENAME+1];