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

14 lines
166 B
JSON

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