summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index a424305..a32bbcf 100644
--- a/Config.h
+++ b/Config.h
@@ -28,6 +28,7 @@ public:
std::string s_password;
bool HideMainMenuEntry;
+ bool UseCustomTranscodeProfile = false;
std::string GetUUID();
void SetUUID(const char* uuid);
@@ -57,6 +58,8 @@ class cMyMenuSetupPage:public cMenuSetupPage
char Username[STRING_SIZE];
char Password[STRING_SIZE];
char Uuid[STRING_SIZE];
+ int HideMainMenuEntry;
+ int UseCustomTranscodeProfile;
virtual void Store(void);