Addon Manager: Correct proxy default

This commit is contained in:
Chris Hennes
2021-12-21 11:19:21 -06:00
parent 10ca0ba94b
commit 1842c99cda

View File

@@ -128,6 +128,9 @@ of the line after a space (e.g. https://github.com/FreeCAD/FreeCAD master).</str
<property name="text"> <property name="text">
<string>No proxy</string> <string>No proxy</string>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0"> <property name="prefEntry" stdset="0">
<cstring>NoProxyCheck</cstring> <cstring>NoProxyCheck</cstring>
</property> </property>
@@ -155,7 +158,7 @@ of the line after a space (e.g. https://github.com/FreeCAD/FreeCAD master).</str
<string>User-defined proxy:</string> <string>User-defined proxy:</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>false</bool>
</property> </property>
<property name="prefEntry" stdset="0"> <property name="prefEntry" stdset="0">
<cstring>UserProxyCheck</cstring> <cstring>UserProxyCheck</cstring>