graphics glitch fix & fixed wine registry issue

This commit is contained in:
aomizu
2025-06-09 11:40:20 +09:00
parent d260eb05f3
commit 03c7b2190c
8 changed files with 87 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ import (
"fyne.io/fyne/v2/widget"
)
const appVersion = "1.2.0"
const appVersion = "1.2.1"
func main() {
TSApp := app.NewWithID("com.tairasu.turtlesilicon")