feat: disable native decorations for custom titlebar

This commit is contained in:
2026-04-06 14:05:07 +01:00
parent 6c3fd449ce
commit 53f21580a2
+3 -1
View File
@@ -16,7 +16,9 @@
"width": 1280, "width": 1280,
"height": 800, "height": 800,
"minWidth": 800, "minWidth": 800,
"minHeight": 600 "minHeight": 600,
"decorations": false,
"shadow": true
} }
], ],
"security": { "security": {