summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-22 13:52:26 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-22 15:06:14 +0100
commitff599e4cda1755e54f1de55a4d7faf5095568691 (patch)
tree8094e63c866ed19f00542ca3d33c23b10def85bd /config.h
parentf7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5 (diff)
downloadvdr-plugin-tvguide-ff599e4cda1755e54f1de55a4d7faf5095568691.tar.gz
vdr-plugin-tvguide-ff599e4cda1755e54f1de55a4d7faf5095568691.tar.bz2
Add "switchMinsBefore" to setup menu
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7ebb49f..70842e0 100644
--- a/config.h
+++ b/config.h
@@ -118,6 +118,7 @@ class cTvguideConfig {
int favLimitChannels;
int favStartChannel;
int favStopChannel;
+ int switchMinsBefore;
int fontIndex;
const char *fontNameDefault;
int FontButtonDelta;
@@ -252,4 +253,4 @@ THEME_CLR(theme, clrRecMenuTimelineBack, 0xFF828282);
THEME_CLR(theme, clrRecMenuTimelineActive, 0xFF3F3F3F);
THEME_CLR(theme, clrRecMenuTimelineConflict, 0x30FF0000);
THEME_CLR(theme, clrRecMenuTimelineConflictOverlap, 0x90FF0000);
-#endif //__TVGUIDE_CONFIG_H \ No newline at end of file
+#endif //__TVGUIDE_CONFIG_H