diff options
author | sr55 <[email protected]> | 2019-04-21 16:58:20 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-04-21 16:58:20 +0100 |
commit | 52247065643a76c728ecfb9269b512c83a13b1ec (patch) | |
tree | e16919ee9dfb9eb618a92669088cb8ff788d7b55 /win | |
parent | f91daa70b55b50ad1195ea835509178e35555d11 (diff) |
WinGui: Update new default settings for collision behaviour.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index 724dfd336..8bcf3f882 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -534,7 +534,7 @@ <string>AutonameFileCollisionBehaviour</string>
</key>
<value>
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">1</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">0</anyType>
</value>
</item>
<item>
|