feat: make it resizable (#95)

This commit is contained in:
Gustavo Carvalho
2026-01-03 15:24:05 -03:00
committed by GitHub
parent 6c2640159a
commit d50e207606

View File

@@ -21,7 +21,9 @@
"label": "main",
"width": 360,
"height": 480,
"resizable": false,
"minWidth": 300,
"minHeight": 300,
"resizable": true,
"decorations": false,
"transparent": true,
"visible": false,