diff options
author | sr55 <[email protected]> | 2012-09-08 17:54:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-09-08 17:54:15 +0000 |
commit | 0db4fa3ac171c254a8611a9de1eba93e91346388 (patch) | |
tree | cdea34d4e7a29f072b7895b07e2bc3a85138bc72 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | d5bcce8f440245352742d35422fe913eb013bbbd (diff) |
WinGui: Hide the Debug Menu behind an option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4939 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 865847d87..77cd9ab8f 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -171,6 +171,11 @@ namespace HandBrakeWPF /// </summary>
public const string ServerPort = "ServerPort";
+ /// <summary>
+ /// Enable Debugging features within the GUI.
+ /// </summary>
+ public const string EnableDebugFeatures = "EnableDebugFeatures";
+
#endregion
}
}
\ No newline at end of file |