mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
also check default paths when images and icons are loaded
This commit is contained in:
4
config.h
4
config.h
@@ -40,6 +40,7 @@ enum eBlueKeyMode {
|
||||
|
||||
class cTvguideConfig {
|
||||
private:
|
||||
cString checkSlashAtEnd(std::string path);
|
||||
public:
|
||||
cTvguideConfig();
|
||||
~cTvguideConfig();
|
||||
@@ -89,6 +90,9 @@ class cTvguideConfig {
|
||||
int epgImageHeightLarge;
|
||||
cString epgImagePath;
|
||||
cString iconPath;
|
||||
cString logoPathDefault;
|
||||
cString iconPathDefault;
|
||||
cString epgImagePathDefault;
|
||||
int recMenuAskFolder;
|
||||
int favWhatsOnNow;
|
||||
int favWhatsOnNext;
|
||||
|
Reference in New Issue
Block a user