diff options
author | horchi <vdr@jwendel.de> | 2019-10-28 16:00:07 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2019-10-28 16:00:07 +0100 |
commit | 1daf6db8207afb026d78484c66467656108d08ba (patch) | |
tree | b5958de6743f641df305e0408d51e7858951cff5 /plgconfig.h | |
parent | 77af073e804019c5443e1fde10e21d1c53b2d014 (diff) | |
download | vdr-plugin-epg2vdr-1daf6db8207afb026d78484c66467656108d08ba.tar.gz vdr-plugin-epg2vdr-1daf6db8207afb026d78484c66467656108d08ba.tar.bz2 |
2019-10-28 version 1.1.99 (horchi)\n - added: Option to keep menu on channel switch open\n\n1.1.99
Diffstat (limited to 'plgconfig.h')
-rw-r--r-- | plgconfig.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plgconfig.h b/plgconfig.h index daff92d..46d4d10 100644 --- a/plgconfig.h +++ b/plgconfig.h @@ -6,8 +6,7 @@ * $Id: config.h,v 1.2 2012/10/26 08:44:13 wendel Exp $ */ -#ifndef __EPG2VDR_CONFIG_H -#define __EPG2VDR_CONFIG_H +#pragma once #include "lib/config.h" @@ -39,8 +38,7 @@ struct cEpg2VdrConfig : public cEpgConfig int showEmptyChannels; int extendedEpgData2Aux; int switchTimerNotifyTime; + int closeOnSwith {no}; }; extern cEpg2VdrConfig Epg2VdrConfig; - -#endif // __EPG2VDR_CONFIG_H |