Addon Manager: Eliminate use of Qt::WindowStaysOnTopHint

Fixes #14860
This commit is contained in:
Chris Hennes
2024-07-10 21:33:33 -05:00
parent 67fff62924
commit 65aee3edff
7 changed files with 0 additions and 10 deletions

View File

@@ -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():