summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 9b4c56467d..c0a913c1c6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -530,6 +530,7 @@ struct user_settings
530 bool browse_current; /* 1=goto current song, 530 bool browse_current; /* 1=goto current song,
531 0=goto previous location */ 531 0=goto previous location */
532 bool scroll_paginated; /* 0=dont 1=do */ 532 bool scroll_paginated; /* 0=dont 1=do */
533 bool list_wraparound; /* wrap around to opposite end of list when scrolling */
533 int scroll_speed; /* long texts scrolling speed: 1-30 */ 534 int scroll_speed; /* long texts scrolling speed: 1-30 */
534 int bidir_limit; /* bidir scroll length limit */ 535 int bidir_limit; /* bidir scroll length limit */
535 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 536 int scroll_delay; /* delay (in 1/10s) before starting scroll */