From ef47b27886522cf2ade893e5f33d613fbc8c80bd Mon Sep 17 00:00:00 2001 From: folltoshe Date: Tue, 26 May 2026 02:19:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=90=E5=88=B6=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E7=9A=84=E6=9C=80=E5=B0=8F=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 5c1ab8f..0168f65 100644 --- a/main.go +++ b/main.go @@ -33,6 +33,8 @@ func main() { Title: "GoNavi", Width: 1024, Height: 768, + MinWidth: 900, + MinHeight: 600, Frameless: true, AssetServer: &assetserver.Options{ Assets: assets,