summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-12-28 17:25:07 +0000
committersr55 <[email protected]>2008-12-28 17:25:07 +0000
commitb67e367457cdb3aae4dedce90beeea6804b2aa32 (patch)
tree6ad375bfa9c8a5d1aab9d4b84a1e1cd8e8e8e31a /win/C#/app.config
parent3591fac86e6baa417f1b059698092ba6739aecc7 (diff)
WinGui:
- Option to hide the Query Editor tab. - Fixed small issue with remove button on the new audio tab. Would error if no track was selected. - Fixed an issue with the preset bar where selecting an already selected preset wouldn't reset the GUI settings for that preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2047 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 dcaf46f71..433cbf14d 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -82,6 +82,9 @@
<setting name="MainWindowMinimize" serializeAs="String">
<value>Checked</value>
</setting>
+ <setting name="QueryEditorTab" serializeAs="String">
+ <value />
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>