diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-05-09 23:24:06 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-05-09 23:24:06 +0200 |
commit | d97aee22eeced8f6db4974f69703192d31bbb99e (patch) | |
tree | 98b1764b46f45b838ceb22fefd74b5e06140cf8c /config.h | |
parent | f43a6dbc80812511b8ab46f9199f58d454ba976f (diff) | |
download | skin-flatplus-d97aee22eeced8f6db4974f69703192d31bbb99e.tar.gz skin-flatplus-d97aee22eeced8f6db4974f69703192d31bbb99e.tar.bz2 |
add description for hidden config parameters in README
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -187,10 +187,11 @@ class cFlatConfig int MenuEventView; int MenuRecordingView; + /* hidden configs (only in setup.conf, no osd menu) */ int MenuItemRecordingClearPercent; int MenuItemRecordingShowFolderDate; // 0 = disable, 1 = newest recording date, 2 = oldest recording date - int MenuItemParseTilde; + /* hidden configs (only in setup.conf, no osd menu) */ // TVScraper int TVScraperChanInfoShowPoster; |