summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h4
1 files changed, 4 insertions, 0 deletions
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<ViewEntry> m_viewentries;
std::vector<ViewEntry> 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);