chore: add window to allow full screen configuration

This commit is contained in:
huzibaca 2024-09-16 15:25:01 +08:00
parent 3e19e574e6
commit 4a7f8dbe09

View File

@ -50,6 +50,11 @@
}, },
"csp": null "csp": null
}, },
"windows": [] "windows": [
{
"label": "main",
"fullscreen": true
}
]
} }
} }