mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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:
parent
d46b168871
commit
2dc7ba64e3
@ -150,7 +150,6 @@ class JobManager(QAbstractTableModel):
|
|||||||
self.timer_id = self.startTimer(500)
|
self.timer_id = self.startTimer(500)
|
||||||
|
|
||||||
def terminate_device_jobs(self):
|
def terminate_device_jobs(self):
|
||||||
changed = False
|
|
||||||
for job in self.running_jobs:
|
for job in self.running_jobs:
|
||||||
if isinstance(job, DeviceJob):
|
if isinstance(job, DeviceJob):
|
||||||
job.terminate()
|
job.terminate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user