From 43862c7c80eb8ff2b113a02c708e51498cdffab1 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 11 Jul 2021 14:57:27 +0200 Subject: 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"). --- setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index a891978..f1b08a1 100644 --- a/setup.h +++ b/setup.h @@ -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: -- cgit v1.2.3