Stop queue animation on completion

This commit is contained in:
Stu Leak 2025-12-24 02:57:54 -05:00
parent aa659b80f5
commit 834d6b5517

View File

@ -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