feat: 限制窗口的最小大小

This commit is contained in:
folltoshe
2026-05-26 02:19:31 +08:00
parent 654178c8cd
commit ef47b27886

View File

@@ -33,6 +33,8 @@ func main() {
Title: "GoNavi",
Width: 1024,
Height: 768,
MinWidth: 900,
MinHeight: 600,
Frameless: true,
AssetServer: &assetserver.Options{
Assets: assets,