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, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index e999534eb0..2fc07078ce 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -768,9 +768,9 @@ struct user_settings
768#ifdef HAVE_REMOTE_LCD 768#ifdef HAVE_REMOTE_LCD
769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ 769 unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */
770#endif 770#endif
771#endif
772 int scrollbar_width; 771 int scrollbar_width;
773 bool scrollbar_position; /* true=left false=right */ 772 bool scrollbar_position; /* true=left false=right */
773#endif
774}; 774};
775 775
776/** global variables **/ 776/** global variables **/