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 103f8b77bf
commit 33f671c6c1

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