mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
changed video directory choosage behaviour
This commit is contained in:
7
config.h
7
config.h
@@ -37,6 +37,11 @@ enum eBlueKeyMode {
|
||||
eBlueKeyFavorites
|
||||
};
|
||||
|
||||
enum eInstRecFolderMode {
|
||||
eFolderRoot = 0,
|
||||
eFolderSelect,
|
||||
eFolderFixed
|
||||
};
|
||||
|
||||
class cTvguideConfig {
|
||||
private:
|
||||
@@ -94,6 +99,8 @@ class cTvguideConfig {
|
||||
cString iconPathDefault;
|
||||
cString epgImagePathDefault;
|
||||
int recMenuAskFolder;
|
||||
int instRecFolderMode;
|
||||
std::string instRecFixedFolder;
|
||||
int favWhatsOnNow;
|
||||
int favWhatsOnNext;
|
||||
int favUseTime1;
|
||||
|
Reference in New Issue
Block a user