VideoTools/internal/ui
Stu Leak b7977ba565 Fix Fyne threading errors in stats bar Layout()
- 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
2025-12-20 14:20:05 -05:00
..
benchmarkview.go Improve benchmark results sorting and cancel flow 2025-12-20 12:05:19 -05:00
components.go Fix Fyne threading errors in stats bar Layout() 2025-12-20 14:20:05 -05:00
mainmenu.go Add subtitles module placeholder and benchmark UI flag 2025-12-20 14:03:14 -05:00
queueview.go Add progress bars to In Progress tab and fix lossless quality compatibility 2025-12-18 18:27:24 -05:00