more fyne.Do updates

This commit is contained in:
Drew Weymouth
2025-02-08 08:35:34 -03:00
parent c7adeb5e32
commit 61bfbeb349
5 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func (l *LoadingDots) animate(ctx context.Context) {
l.running.Store(false)
return
case <-ticker.C:
l.doTick(foreground, disabled)
fyne.Do(func() { l.doTick(foreground, disabled) })
}
}
}