diff options
author | sr55 <[email protected]> | 2019-07-14 21:57:32 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-07-14 21:57:49 +0100 |
commit | ceafd5714c628ec292dfc603dbe807fa23884009 (patch) | |
tree | 6fdec1738988be6dcadd4b7debd457312684b468 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | 4e306248fdffb84ffc844e60fc913a6f31eda369 (diff) |
WinGui: Remove the experimental embedded queue. It's not been working right for a while and I don't intend to develop it out.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index 08ef76557..48918c95e 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -386,14 +386,6 @@ </item>
<item>
<key>
- <string>ShowQueueInline</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">false</anyType>
- </value>
- </item>
- <item>
- <key>
<string>PauseOnLowDiskspace</string>
</key>
<value>
|