diff options
author | sr55 <[email protected]> | 2008-07-29 13:22:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-07-29 13:22:37 +0000 |
commit | 9f9dfaa881dde27143fead985923350bcb4ee321 (patch) | |
tree | 740a1b535a64a412da6444a68a90bd3757fbdf96 /win/C#/Properties | |
parent | c334dbfa9fb0cca851fe45c8fb9ba0a4c147ba2e (diff) |
WinGui:
- Added option to start CLI minimized
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1590 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 0e4f389aa..c60982559 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -202,5 +202,17 @@ namespace Handbrake.Properties { this["drive_detection"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string cli_minimized {
+ get {
+ return ((string)(this["cli_minimized"]));
+ }
+ set {
+ this["cli_minimized"] = value;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index ccaf53b1f..db3927e25 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -47,5 +47,8 @@ <Setting Name="drive_detection" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
</Setting>
+ <Setting Name="cli_minimized" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |