summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-08-24 17:57:54 +0000
committersr55 <[email protected]>2008-08-24 17:57:54 +0000
commit163bce7432c717a0d102568a0d582375f507e3f7 (patch)
treea62dc6dbd0d64b31a79e2630db4133b37885d668 /win/C#/app.config
parentb4553cd70fde71ac12974aa83dec4508f8f690ab (diff)
WinGui:
- Adds checkbox to enable decomb. - Program Options updated with an option to customize decomb values. - Queue Recovery feature. If you close the GUI without letting a queue complete, the user will be prompted if they'd like to recover the queue on next launch. - Small bugfix with the queue HandBrakeCLI monitor thread not stopping when the GUI is closed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1653 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 8d69ad837..2ade94d35 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -58,6 +58,12 @@
<setting name="checkSnapshot" serializeAs="String">
<value />
</setting>
+ <setting name="decomb" serializeAs="String">
+ <value>4:10:15:9:10:35:9</value>
+ </setting>
+ <setting name="default_decomb" serializeAs="String">
+ <value>4:10:15:9:10:35:9</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration> \ No newline at end of file