- Remove Show()/Hide() calls from Layout() method - These methods must only be called from main UI thread - Layout() can be called from any thread during resize/redraw - Show/Hide logic remains in Refresh() which uses DoFromGoroutine Fixes threading warnings from Fyne when stats bar updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| benchmarkview.go | ||
| components.go | ||
| mainmenu.go | ||
| queueview.go | ||