summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 14:19:48 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 14:19:48 +0200
commitc5ce1520bd96ac3f94d21d76913130008c4a9a42 (patch)
tree983e04bcb707f594a87c7993ce5b477f3b050b87 /config.h
parentc72f7fd35c511e16275e3fa85a50d51b44eb6458 (diff)
downloadskin-flatplus-c5ce1520bd96ac3f94d21d76913130008c4a9a42.tar.gz
skin-flatplus-c5ce1520bd96ac3f94d21d76913130008c4a9a42.tar.bz2
add options hide clock text, add options past/remaining time format
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 599517fb..1b26555d 100644
--- a/config.h
+++ b/config.h
@@ -199,6 +199,7 @@ class cFlatConfig
int ChannelSimpleAspectFormat;
int ChannelBitrateShow;
int ChannelBitrateShowCalcInterval; // hidden config
+ int ChannelTimeLeft;
int RecordingResolutionAspectShow;
int RecordingFormatShow;
int RecordingSimpleAspectFormat;
@@ -212,6 +213,7 @@ class cFlatConfig
int TopBarRecConflictsHigh;
int MenuItemIconsShow;
int TopBarMenuIconShow;
+ int TopBarHideClockText;
double MainMenuItemScale;