diff options
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 23 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 6 |
2 files changed, 29 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;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 338ca669f..5758795a6 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -143,5 +143,11 @@ <Setting Name="CompletionOption" Type="System.String" Scope="User">
<Value Profile="(Default)">Do Nothing</Value>
</Setting>
+ <Setting Name="BuiltInPresets" Type="System.Collections.Specialized.StringCollection" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
+ <Setting Name="SelectedPreset" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |