diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-16 20:53:56 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-16 20:53:56 +0200 |
commit | 2a58ea17389c0a6024cd0ff7697e96dffbc0990e (patch) | |
tree | fff53bb71f862cf1f49383822ec7cc77e069eb97 /config.h | |
parent | eb5cd22a430b8a4db21aad162164e1c1ae5f44cb (diff) | |
download | skin-flatplus-2a58ea17389c0a6024cd0ff7697e96dffbc0990e.tar.gz skin-flatplus-2a58ea17389c0a6024cd0ff7697e96dffbc0990e.tar.bz2 |
add options to show channel, timer and recording count in title
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -223,6 +223,10 @@ class cFlatConfig int MenuRecordingView; int MenuFullOsd; + int MenuRecordingShowCount; + int MenuTimerShowCount; + int MenuChannelShowCount; + // 0 = vertikal // 1 = horizontal int MessageColorPosition; |