1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +01:00
client/src-tauri/tauri.android.conf.json
2024-04-01 15:15:30 -04:00

14 lines
162 B
JSON

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