chore: disable windows translucent on macOS (#200)

This commit is contained in:
Lykin 2024-03-26 11:05:16 +08:00
parent cc696f9642
commit 668620425f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func main() {
Icon: icon,
},
WebviewIsTransparent: false,
WindowIsTranslucent: true,
WindowIsTranslucent: false,
},
Windows: &windows.Options{
WebviewIsTransparent: true,