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.settings | |
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.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 179177f14..a65215306 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -74,5 +74,8 @@ <Setting Name="VLC_Path" Type="System.String" Scope="User">
<Value Profile="(Default)">T:\\Program Files\\VideoLAN\\vlc\\vlc.exe</Value>
</Setting>
+ <Setting Name="MainWindowMinimize" Type="System.String" Scope="User">
+ <Value Profile="(Default)">Checked</Value>
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |