diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-19 12:35:51 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-19 15:37:20 +0200 |
commit | f15698ebd16d8cf8d7c88d9dc3127e02db148b44 (patch) | |
tree | c5bb5db99d6753b97f67adb3507a90925a7a5ce7 /config.h | |
parent | 25ab2d858179e132700c1b8d663159940742f6eb (diff) | |
download | skin-lcarsng-f15698ebd16d8cf8d7c88d9dc3127e02db148b44.tar.gz skin-lcarsng-f15698ebd16d8cf8d7c88d9dc3127e02db148b44.tar.bz2 |
Optional display of errors in info added if "error == 0"
This can be configured in the setup.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ enum viewMode { class cLCARSNGConfig { public: int Margin; + int displayError0; int displInfoMenuEPG; int displInfoMenuTimer; int displInfoMenuRec; |