mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
Improved the job dispatch system. Now after a job has completed, it remains in the list and you can view any output from it, by double clicking the list entry.
This commit is contained in:
@@ -150,7 +150,6 @@ class JobManager(QAbstractTableModel):
|
||||
self.timer_id = self.startTimer(500)
|
||||
|
||||
def terminate_device_jobs(self):
|
||||
changed = False
|
||||
for job in self.running_jobs:
|
||||
if isinstance(job, DeviceJob):
|
||||
job.terminate()
|
||||
|
||||
Reference in New Issue
Block a user