downgrade fyne to v2.5.5

This commit is contained in:
aynakeya
2025-07-16 22:43:11 +08:00
committed by Aynakeya
parent d4f0c3438c
commit 46ea1968b6
4 changed files with 30 additions and 22 deletions

View File

@@ -176,7 +176,7 @@ func registerPlayControllerHandler() {
return
}
PlayController.Cover.Resource = pic.Resource
fyne.Do(PlayController.Cover.Refresh)
gutil.RunInFyneThread(PlayController.Cover.Refresh)
}
}()