1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00
client/src-tauri/tauri.macos.conf.json

23 lines
340 B
JSON
Raw Normal View History

2023-09-15 23:19:26 +02:00
{
"tauri": {
"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"
}
]
}
}