mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The Green button in the "Edit timer" menu can now be used to toggle between single shot and repeating timers
This commit is contained in:
3
menu.h
3
menu.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.h 2.4 2012/02/19 10:51:56 kls Exp $
|
||||
* $Id: menu.h 2.5 2012/03/08 13:11:40 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __MENU_H
|
||||
@@ -76,6 +76,7 @@ private:
|
||||
int channel;
|
||||
bool addIfConfirmed;
|
||||
cMenuEditStrItem *file;
|
||||
cMenuEditDateItem *day;
|
||||
cMenuEditDateItem *firstday;
|
||||
eOSState SetFolder(void);
|
||||
void SetFirstDayItem(void);
|
||||
|
Reference in New Issue
Block a user