diff options
author | sr55 <[email protected]> | 2008-12-16 20:51:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-12-16 20:51:46 +0000 |
commit | 997dbd7ebc391e35cdff807dbe18506160dbf94c (patch) | |
tree | bdadb46779806c446d76281a6dafd31ec327e4b8 /win/C#/Properties/Settings.Designer.cs | |
parent | 196e509093c53895656907ad160bd69b83f04507 (diff) |
WinGui:
- Minimize to system tray is now optional and can be set in tools > options > advanced.
- Removed the minimize to system tray button since it's not really needed. The windows minimize button performs the same task
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2038 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index a488f9ffc..429e3503c 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -310,5 +310,17 @@ namespace Handbrake.Properties { this["VLC_Path"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
+ public string MainWindowMinimize {
+ get {
+ return ((string)(this["MainWindowMinimize"]));
+ }
+ set {
+ this["MainWindowMinimize"] = value;
+ }
+ }
}
}
|