1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +01:00
client/src-tauri/tauri.macos.conf.json
2024-02-27 22:35:29 -05:00

23 lines
338 B
JSON

{
"app": {
"windows": [
{
"width": 400,
"height": 200,
"decorations": false,
"center": true,
"url": "splashscreen.html",
"label": "splashscreen"
},
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"visible": false,
"label": "main"
}
]
}
}