summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-10-21 23:11:32 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2021-11-11 17:31:10 -0500
commitfbf83dc4ce939c06808c874d6ac1cc3926fedd50 (patch)
tree0ee23e943eaa5bf563afc7f2568a0112739a0e81 /apps/settings.h
parent30a23fdd6de8fb46e7b1349126a9ae6921cf7555 (diff)
downloadrockbox-fbf83dc4ce939c06808c874d6ac1cc3926fedd50.tar.gz
rockbox-fbf83dc4ce939c06808c874d6ac1cc3926fedd50.zip
Add setting for disabling wrap-around lists
Allows user to decide whether scrolling lists will wrap around to the opposite end after the first or last item has been reached. Change-Id: I22156812cf4c857ddc4b6c48c1cef013b1985260
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 */