Add switchMode to setup menu

This commit is contained in:
kamel5
2019-04-05 11:35:45 +02:00
parent 8ae5d34bef
commit 9df447454c
10 changed files with 32 additions and 19 deletions

View File

@@ -319,7 +319,7 @@ public:
class cRecMenuSwitchTimer: public cRecMenu {
private:
int switchMinsBefore;
int announceOnly;
int switchMode;
public:
cRecMenuSwitchTimer(void);
virtual ~cRecMenuSwitchTimer(void) {};