Fixed a potential issue where the downloader window closes but the downloader instance keeps running
This commit is contained in:
@@ -74,9 +74,7 @@ class UIDownloader(QObject):
|
||||
self.reply.errorOccurred.connect(self.on_error)
|
||||
else:
|
||||
self.close_ui.emit()
|
||||
self.show_popup_error(
|
||||
self.file.errorString()
|
||||
)
|
||||
self.show_popup_error(self.file.errorString())
|
||||
|
||||
|
||||
@Slot()
|
||||
|
||||
Reference in New Issue
Block a user