diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-10 14:19:48 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-10 14:19:48 +0200 |
commit | c5ce1520bd96ac3f94d21d76913130008c4a9a42 (patch) | |
tree | 983e04bcb707f594a87c7993ce5b477f3b050b87 /config.h | |
parent | c72f7fd35c511e16275e3fa85a50d51b44eb6458 (diff) | |
download | skin-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |