mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-08 03:17:44 +02:00
Sync from development - prepare for v0.5.0
This commit is contained in:
@@ -342,7 +342,9 @@ class FileProgressList(QWidget):
|
||||
self._cpu_timer.stop()
|
||||
if self._cpu_worker and self._cpu_worker.isRunning():
|
||||
self._cpu_worker.quit()
|
||||
self._cpu_worker.wait(500)
|
||||
if not self._cpu_worker.wait(500):
|
||||
self._cpu_worker.terminate()
|
||||
self._cpu_worker.wait(1000)
|
||||
self._cpu_worker = None
|
||||
|
||||
def _start_cpu_worker(self):
|
||||
|
||||
Reference in New Issue
Block a user