Addon Manager: Ensure check message closes

This commit is contained in:
Chris Hennes
2022-11-10 21:35:46 -06:00
committed by GitHub
parent 74a8d3deec
commit 2ff8d5b1a4

View File

@@ -109,5 +109,8 @@ class ConnectionCheckerGUI(QtCore.QObject):
def _check_succeeded(self):
"""Emit both the connection_available and the check_complete signals, in that order."""
if hasattr(self, "connection_check_message") and self.connection_check_message:
self.connection_check_message.close()
self.connection_available.emit()
self.check_complete.emit()