From d62b88d76ff70116bf581acbb5ba61bbd7c6e9f1 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 5 Jul 2015 16:28:53 +0200 Subject: Implements Feature #2202 Scroll all around Scroll pagewise --- Config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 7461af7..41994dd 100644 --- a/Config.h +++ b/Config.h @@ -61,6 +61,8 @@ public: std::vector m_viewentries; std::vector m_serverViewentries; + bool ScrollByPage; + bool ScrollAllAround; bool UseMpv; std::string GetUUID(); @@ -113,6 +115,8 @@ class cMyMenuSetupPage:public cMenuSetupPage int ListGridRows; int DefaultViewMode; int UseMpv; + int ScrollByPage; + int ScrollAllAround; virtual void Store(void); -- cgit v1.2.3