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 c33b715b95..2f2086ff7e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -769,7 +769,7 @@ struct user_settings
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 int scrollbar_width; 771 int scrollbar_width;
772 bool scrollbar_position; /* true=left false=right */ 772 bool scrollbar_position; /* false=left true=right */
773#endif 773#endif
774 774
775#if CONFIG_CODEC == SWCODEC 775#if CONFIG_CODEC == SWCODEC