summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d7a72268e6..36e403be1b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -278,6 +278,9 @@ struct system_status
278 signed char last_screen; 278 signed char last_screen;
279 int viewer_icon_count; 279 int viewer_icon_count;
280 int last_volume_change; /* tick the last volume change happened. skins use this */ 280 int last_volume_change; /* tick the last volume change happened. skins use this */
281#ifdef HAVE_LCD_BITMAP
282 int font_id[NB_SCREENS]; /* font id of the settings font for each screen */
283#endif
281}; 284};
282 285
283struct user_settings 286struct user_settings