1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-25 03:32:54 +01:00
client/src-tauri/tauri.ios.conf.json
2023-09-15 17:19:26 -04:00

14 lines
164 B
JSON

{
"tauri": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"label": "main"
}
]
}
}