diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -43,6 +43,12 @@ enum eInstRecFolderMode { eFolderFixed }; +typedef enum { + addSubtitleNever = 0, + addSubtitleSmart, + addSubtitleAlways +} addSubtitleToTimerMode; + class cTVGuideConfig { private: cString checkSlashAtEnd(std::string path); @@ -82,6 +88,7 @@ class cTVGuideConfig { int channelJumpMode; int jumpChannels; int blueKeyMode; + int addSubtitleToTimer; int closeOnSwitch; int numkeyMode; int useRemoteTimers; |