[Update] Add min width and height to window setting.

This commit is contained in:
Sakamoto Shiina
2024-11-05 21:34:32 +09:00
parent 0f599ce679
commit 901e829829

View File

@@ -41,6 +41,8 @@
"title": "VRCT", "title": "VRCT",
"width": 870, "width": 870,
"height": 654, "height": 654,
"minWidth": 400,
"minHeight": 200,
"transparent": true, "transparent": true,
"decorations": false "decorations": false
} }