mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
[fix][ui] thread waiting error stack
This commit is contained in:
@@ -772,6 +772,9 @@ class NotifyPackagesReady(QThread):
|
||||
self.work = True
|
||||
self.signal_finished.emit()
|
||||
|
||||
def stop_working(self):
|
||||
self.work = False
|
||||
|
||||
|
||||
class NotifyInstalledLoaded(QThread):
|
||||
signal_loaded = pyqtSignal()
|
||||
|
||||
Reference in New Issue
Block a user