summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h b/config.h
index e8ef390..6d89b64 100644
--- a/config.h
+++ b/config.h
@@ -22,6 +22,7 @@ class cNopacityConfig {
cString logoPathDefault;
cString iconPathDefault;
cString epgImagePathDefault;
+ bool pathValuesSet;
void setDynamicValues();
void loadRssFeeds(void);
//Theme Setting
@@ -152,8 +153,6 @@ class cNopacityConfig {
int menuItemLogoHeight;
int menuHeaderLogoWidth;
int menuHeaderLogoHeight;
- int detailViewLogoWidth;
- int detailViewLogoHeight;
int timersLogoWidth;
int timersLogoHeight;
int epgImageWidth;
@@ -204,6 +203,10 @@ class cNopacityConfig {
int rssScrollSpeed;
int rssScrollFrameTime;
int rssFeed[5];
+ //Channel Logo Caching
+ int limitLogoCache;
+ int numLogosInitial;
+ int numLogosMax;
};
#endif //__NOPACITY_CONFIG_H \ No newline at end of file