From 668620425f1165d1a0e530080fa03dbaaeffe43b Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:05:16 +0800 Subject: [PATCH] chore: disable windows translucent on macOS (#200) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1b0a2d9..6d32253 100644 --- a/main.go +++ b/main.go @@ -109,7 +109,7 @@ func main() { Icon: icon, }, WebviewIsTransparent: false, - WindowIsTranslucent: true, + WindowIsTranslucent: false, }, Windows: &windows.Options{ WebviewIsTransparent: true,