turned off webgl for this app due to breakage

This commit is contained in:
John O'Keefe 2025-01-17 22:05:11 -05:00
parent 314646e7f5
commit fdd3ab096a
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ func main() {
Linux: &linux.Options{
Icon: []byte("./build/AniTrack.png"),
WindowIsTranslucent: false,
WebviewGpuPolicy: linux.WebviewGpuPolicyAlways,
WebviewGpuPolicy: linux.WebviewGpuPolicyNever,
ProgramName: "AniTrack",
},
})

View File

@ -12,6 +12,6 @@
},
"info": {
"productName": "AniTrack",
"productVersion": "0.1.4"
"productVersion": "0.1.5"
}
}