kunkun/apps/desktop/src-tauri/tauri.windows.conf.json
2024-11-12 14:06:44 -05:00

15 lines
192 B
JSON

{
"identifier": "sh.kunkun.desktop",
"app": {
"windows": [
{
"hiddenTitle": true,
"title": "Kunkun",
"width": 800,
"height": 600,
"decorations": false
}
]
}
}