downloads: default autoclose=True. Fixes #265.
This commit is contained in:
parent
2a95533564
commit
b8b31fd914
@ -90,7 +90,7 @@ class DownloadItem(QObject):
|
||||
reply: The QNetworkReply to download.
|
||||
"""
|
||||
super().__init__(parent)
|
||||
self.autoclose = False
|
||||
self.autoclose = True
|
||||
self._reply = reply
|
||||
self._bytes_total = None
|
||||
self._speed = 0
|
||||
|
Loading…
Reference in New Issue
Block a user