diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-11 14:57:27 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-30 14:16:42 +0200 |
commit | 43862c7c80eb8ff2b113a02c708e51498cdffab1 (patch) | |
tree | 2d4b904f673994e161940b12bbda4d96a1d70f22 /setup.h | |
parent | 39b723f04aaec82abc11eedb2f8b8fd970bc6fd7 (diff) | |
download | skin-nopacity-43862c7c80eb8ff2b113a02c708e51498cdffab1.tar.gz skin-nopacity-43862c7c80eb8ff2b113a02c708e51498cdffab1.tar.bz2 |
Merge Light version
"Light" version only differs from "normal" version in the detail view.
So we can merge them together. The desired version can be selected in
the setup ("Use tabs in detailview").
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,6 @@ class cNopacitySetupMenuDisplayTimers : public cMenuSetupSubMenu { class cNopacitySetupMenuDisplayRecordings : public cMenuSetupSubMenu { protected: - const char *displayEPGPictures[3]; const char *windowMode[2]; void Set(void); public: @@ -86,6 +85,7 @@ class cNopacitySetupMenuDisplayRecordings : public cMenuSetupSubMenu { class cNopacitySetupDetailedView : public cMenuSetupSubMenu { protected: + const char *displayEPGPictures[3]; const char *useSubtitleRerunTexts[3]; void Set(void); public: |