summaryrefslogtreecommitdiff
path: root/plgconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'plgconfig.h')
-rw-r--r--plgconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plgconfig.h b/plgconfig.h
index fce7b0d..b810b36 100644
--- a/plgconfig.h
+++ b/plgconfig.h
@@ -18,7 +18,7 @@
struct cEpg2VdrConfig : public cEpgConfig
{
public:
-
+
cEpg2VdrConfig();
int mainmenuVisible;
@@ -31,12 +31,13 @@ struct cEpg2VdrConfig : public cEpgConfig
int createTimerLocal;
int useCommonRecFolder; // NAS
int xchgOkBlue;
-
+
int replaceScheduleMenu;
int replaceTimerMenu;
int userIndex;
char user[100+TB];
int showEmptyChannels;
+ int extendedEpgData2Aux;
};
extern cEpg2VdrConfig Epg2VdrConfig;