From c9beceab7666a211521ace2f511ddb44dc2c0cb1 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:33:24 +0800 Subject: [PATCH] revert: remove disable window zoom --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 229dc8a..851049e 100644 --- a/main.go +++ b/main.go @@ -110,7 +110,6 @@ func main() { }, WebviewIsTransparent: false, WindowIsTranslucent: false, - DisableZoom: true, }, Windows: &windows.Options{ WebviewIsTransparent: true,