summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 6bfea184a..adf46c1d6 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -586,5 +586,28 @@ namespace Handbrake.Properties {
this["CompletionOption"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ public global::System.Collections.Specialized.StringCollection BuiltInPresets {
+ get {
+ return ((global::System.Collections.Specialized.StringCollection)(this["BuiltInPresets"]));
+ }
+ set {
+ this["BuiltInPresets"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string SelectedPreset {
+ get {
+ return ((string)(this["SelectedPreset"]));
+ }
+ set {
+ this["SelectedPreset"] = value;
+ }
+ }
}
}