diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |