diff options
author | sr55 <[email protected]> | 2009-04-10 14:27:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-10 14:27:27 +0000 |
commit | 50ce0a348a12a281f6907fe65189e2b34589a420 (patch) | |
tree | 4af714262ec51795e95522bdb815e9e983fa78b7 /win/C#/app.config | |
parent | 0f6bc3e33963fe3b89ddeb60904cd676df588ac5 (diff) |
WinGui:
- Added option to set verbosity level. default 1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2317 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index ef5c4ad17..1e16655c6 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -82,6 +82,9 @@ <setting name="x264cqstep" serializeAs="String">
<value>0.25</value>
</setting>
+ <setting name="verboseLevel" serializeAs="String">
+ <value>1</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|