Stop queue animation on completion
This commit is contained in:
parent
aa659b80f5
commit
834d6b5517
|
|
@ -308,6 +308,9 @@ func buildJobItem(
|
|||
if job.Status == queue.JobStatusRunning {
|
||||
progress.SetActivity(job.Progress <= 0.01)
|
||||
progress.StartAnimation()
|
||||
} else {
|
||||
progress.SetActivity(false)
|
||||
progress.StopAnimation()
|
||||
}
|
||||
progressWidget := progress
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user