diff --git a/internal/ui/queueview.go b/internal/ui/queueview.go index d7c7409..18625b0 100644 --- a/internal/ui/queueview.go +++ b/internal/ui/queueview.go @@ -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 }