Addon Manager: Correct proxy default

This commit is contained in:
Chris Hennes
2021-12-21 11:19:21 -06:00
parent 283b0a6382
commit 4c303e339e

View File

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