diff options
author | sr55 <[email protected]> | 2018-12-28 21:53:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-12-28 21:53:14 +0000 |
commit | 873f544513ac5a491dc97dd295bd0155ea013f1e (patch) | |
tree | 6fbdea2237f7bc3b8211d75486e587d2bab950e5 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | 02ce19b32a2d725ad364f103f85788cfd50ac8bc (diff) |
WinGui: Make the new queue design default for new nightly installs. Move the When Done option below the queue list.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index f90c53e8c..c677691f8 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -529,4 +529,12 @@ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
</value>
</item>
+ <item>
+ <key>
+ <string>ShowExperimentalQueue</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">true</anyType>
+ </value>
+ </item>
</dictionary>
\ No newline at end of file |