summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h b/config.h
index c9b48d0..7df30de 100644
--- a/config.h
+++ b/config.h
@@ -33,6 +33,12 @@ enum eInstRecFolderMode {
eFolderFixed
};
+typedef enum {
+ addSubtitleNever = 0,
+ addSubtitleSmart,
+ addSubtitleAlways
+} addSubtitleToTimerMode;
+
class cTVGuideConfig {
private:
public:
@@ -49,6 +55,7 @@ public:
int hugeStepHours;
int hideLastChannelGroup;
int channelJumpMode;
+ int addSubtitleToTimer;
int closeOnSwitch;
int numKeyMode;
int blueKeyMode;
@@ -89,4 +96,4 @@ public:
extern cPlugin *pRemoteTimers;
#endif
-#endif //__TVGUIDE_CONFIG_H \ No newline at end of file
+#endif //__TVGUIDE_CONFIG_H