summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-12-16 20:51:46 +0000
committersr55 <[email protected]>2008-12-16 20:51:46 +0000
commit997dbd7ebc391e35cdff807dbe18506160dbf94c (patch)
treebdadb46779806c446d76281a6dafd31ec327e4b8 /win/C#/app.config
parent196e509093c53895656907ad160bd69b83f04507 (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#/app.config')
-rw-r--r--win/C#/app.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config
index 7098f26cf..f6a004ded 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -79,6 +79,9 @@
<setting name="VLC_Path" serializeAs="String">
<value>T:\\Program Files\\VideoLAN\\vlc\\vlc.exe</value>
</setting>
+ <setting name="MainWindowMinimize" serializeAs="String">
+ <value>Checked</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>