summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-01-16 21:32:19 +0000
committersr55 <[email protected]>2010-01-16 21:32:19 +0000
commitf1cc4752f0f6b3c5160bc39b7d1115b18fbae4f1 (patch)
treeb7e9dd3fccc6d9547c209bdb5eb46eb448466d2e /win/C#/app.config
parenta6a1746f4f521a01b5fe2fe82d09c1b4ffa82bdc (diff)
WinGui:
- Improve the In-Gui encode status option. by default, the CLI window is not completely hidden when this is set however there is an option to show it to allow "ctrl-c" clean exits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3073 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r--win/C#/app.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config
index 4be868244..4dff91bb1 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -124,6 +124,12 @@
<setting name="previewScanCount" serializeAs="String">
<value>10</value>
</setting>
+ <setting name="clearOldLogs" serializeAs="String">
+ <value>False</value>
+ </setting>
+ <setting name="showCliForInGuiEncodeStatus" serializeAs="String">
+ <value>True</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>