mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
Improved favorites menu with whats on now / next and up to four user defined times
This commit is contained in:
17
config.h
17
config.h
@@ -90,6 +90,23 @@ class cTvguideConfig {
|
||||
cString epgImagePath;
|
||||
cString iconPath;
|
||||
int recMenuAskFolder;
|
||||
int favWhatsOnNow;
|
||||
int favWhatsOnNext;
|
||||
int favUseTime1;
|
||||
int favUseTime2;
|
||||
int favUseTime3;
|
||||
int favUseTime4;
|
||||
int favTime1;
|
||||
int favTime2;
|
||||
int favTime3;
|
||||
int favTime4;
|
||||
std::string descUser1;
|
||||
std::string descUser2;
|
||||
std::string descUser3;
|
||||
std::string descUser4;
|
||||
int favLimitChannels;
|
||||
int favStartChannel;
|
||||
int favStopChannel;
|
||||
int fontIndex;
|
||||
const char *fontNameDefault;
|
||||
int FontButtonDelta;
|
||||
|
Reference in New Issue
Block a user