diff options
author | sr55 <[email protected]> | 2019-07-14 22:03:03 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-07-14 22:03:03 +0100 |
commit | f99a5981027c1393638ea6b547cf3258ec5dfcda (patch) | |
tree | 6f455207fedf90e6f366568a24a4f25a125dab35 /win/CS/HandBrakeWPF | |
parent | ceafd5714c628ec292dfc603dbe807fa23884009 (diff) |
WinGui: Since the UI now has active storage space left monitoring, set the default to 2GB rather than 10GB. Users can up this if they desire.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-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 48918c95e..04ce09cd5 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -397,7 +397,7 @@ <string>LowDiskSpaceWarningLevelInBytes</string>
</key>
<value>
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:long" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">10000000000</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:long" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">2000000000</anyType>
</value>
</item>
<item>
|