Fix queue UI refresh

This commit is contained in:
Stu Leak 2025-12-23 22:42:45 -05:00
parent ed9939905b
commit b76e0c5114

View File

@ -79,9 +79,9 @@ func (s *StripedProgress) StartAnimation() {
if app == nil {
continue
}
app.Driver().RunOnMain(func() {
app.Driver().DoFromGoroutine(func() {
s.Refresh()
})
}, false)
case <-stop:
return
}