fix goose2 window minimum sizing (#8946)

Signed-off-by: Wes <wesb@block.xyz>
This commit is contained in:
Wes
2026-05-01 09:33:36 -06:00
committed by GitHub
parent a6e74a4987
commit 5da6ad6f8c
2 changed files with 31 additions and 27 deletions
+2
View File
@@ -19,6 +19,8 @@
"title": "Goose",
"width": 800,
"height": 600,
"minWidth": 800,
"minHeight": 600,
"visible": false,
"titleBarStyle": "Overlay",
"hiddenTitle": true,