Addon Manager: Fix window focus issues
This commit is contained in:
@@ -405,6 +405,7 @@ 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()}"
|
||||
|
||||
Reference in New Issue
Block a user