diff options
author | chriszero <zerov83@gmail.com> | 2015-07-05 16:28:53 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-07-05 16:28:53 +0200 |
commit | d62b88d76ff70116bf581acbb5ba61bbd7c6e9f1 (patch) | |
tree | 4e36cf58e2ee1fab227dbca1ecff776c13891d8f /Config.h | |
parent | b6a84937d98ee1bf1bb91d87e0d660129f42d367 (diff) | |
download | vdr-plugin-plex-d62b88d76ff70116bf581acbb5ba61bbd7c6e9f1.tar.gz vdr-plugin-plex-d62b88d76ff70116bf581acbb5ba61bbd7c6e9f1.tar.bz2 |
Implements Feature #2202
Scroll all around
Scroll pagewise
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |