@@ -478,7 +478,6 @@ if HAVE_QTNETWORK:
|
||||
proxy_authentication = FreeCADGui.PySideUic.loadUi(
|
||||
os.path.join(os.path.dirname(__file__), "proxy_authentication.ui")
|
||||
)
|
||||
proxy_authentication.setWindowFlag(QtCore.Qt.WindowStaysOnTopHint, True)
|
||||
# Show the right labels, etc.
|
||||
proxy_authentication.labelProxyAddress.setText(f"{reply.hostName()}:{reply.port()}")
|
||||
if authenticator.realm():
|
||||
|
||||
Reference in New Issue
Block a user