summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f48dd5debc..d7a72268e6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -772,6 +772,10 @@ struct user_settings
772 int usb_keypad_mode; 772 int usb_keypad_mode;
773#endif 773#endif
774 774
775#if defined(USB_ENABLE_STORAGE) && defined(HAVE_MULTIDRIVE)
776 bool usb_skip_first_drive;
777#endif
778
775#ifdef HAVE_LCD_BITMAP 779#ifdef HAVE_LCD_BITMAP
776 unsigned char ui_vp_config[64]; /* viewport string for the lists */ 780 unsigned char ui_vp_config[64]; /* viewport string for the lists */
777#ifdef HAVE_REMOTE_LCD 781#ifdef HAVE_REMOTE_LCD