summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/UserSettingConstants.cs
diff options
context:
space:
mode:
authorScott <[email protected]>2015-12-13 21:10:09 +0000
committerScott <[email protected]>2015-12-14 20:12:28 +0000
commit808c4c5e353e08e32d54c48dce96598996b1c91c (patch)
tree088e01178c58410c3d44f1df64315a96d3185b5e /win/CS/HandBrakeWPF/UserSettingConstants.cs
parent49c9165debefbae9a5b944033c51af5c565db857 (diff)
WinGui: Re-implement the ability to force a preset upgrade on nightly build users.
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r--win/CS/HandBrakeWPF/UserSettingConstants.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs
index 3956827bd..f623c15d4 100644
--- a/win/CS/HandBrakeWPF/UserSettingConstants.cs
+++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs
@@ -220,7 +220,12 @@ namespace HandBrakeWPF
/// The Show Queue in-line option.
/// </summary>
public const string ShowQueueInline = "ShowQueueInline";
-
+
+ /// <summary>
+ /// Setting to allow mid-version upgrades of presets.
+ /// </summary>
+ public const string ForcePresetReset = "ForcePresetReset";
+
#endregion
}
} \ No newline at end of file