1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00
client/src-tauri/tauri.android.conf.json
2023-09-15 13:32:52 -04:00

14 lines
164 B
JSON

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