From fbf83dc4ce939c06808c874d6ac1cc3926fedd50 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Thu, 21 Oct 2021 23:11:32 +0200 Subject: 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 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.h') 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 bool browse_current; /* 1=goto current song, 0=goto previous location */ bool scroll_paginated; /* 0=dont 1=do */ + bool list_wraparound; /* wrap around to opposite end of list when scrolling */ int scroll_speed; /* long texts scrolling speed: 1-30 */ int bidir_limit; /* bidir scroll length limit */ int scroll_delay; /* delay (in 1/10s) before starting scroll */ -- cgit v1.2.3