mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-04 17:45:56 +01: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:
parent
d46b168871
commit
2dc7ba64e3
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ def __init__(self):
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue