1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00

Update rare/components/tabs/downloads/__init__.py

Co-authored-by: multisn8 <contact@multisamplednight.com>
This commit is contained in:
Stelios Tsampas 2023-02-20 11:32:28 +02:00 committed by GitHub
parent e748468078
commit ca3a2893f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ class DownloadsTab(QWidget):
"""
self.__thread.kill()
self.download_widget.ui.kill_button.setEnabled(False)
# lk: if we are exitin Rare, waif for thread to finish
# lk: if we are exiting Rare, wait for thread to finish
# `self.on_exit` control whether we try to add the download
# back in the queue. If we are on exit we wait for the thread
# to finish, we do not care about handling the result really