Addon Manager: Correct proxy default
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user