chore: add window to allow full screen configuration

This commit is contained in:
huzibaca 2024-09-16 15:25:01 +08:00
parent 8a4535d55e
commit bee1373f92
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

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