Fix queue UI refresh
This commit is contained in:
parent
e5dcde953b
commit
c8bcaf476c
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user