Fix queue UI refresh
This commit is contained in:
parent
e5dcde953b
commit
c8bcaf476c
|
|
@ -79,9 +79,9 @@ func (s *StripedProgress) StartAnimation() {
|
||||||
if app == nil {
|
if app == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
app.Driver().RunOnMain(func() {
|
app.Driver().DoFromGoroutine(func() {
|
||||||
s.Refresh()
|
s.Refresh()
|
||||||
})
|
}, false)
|
||||||
case <-stop:
|
case <-stop:
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user