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

23 lines
338 B
JSON
Raw Normal View History

{
2024-02-28 04:33:54 +01:00
"app": {
"windows": [
{
"width": 400,
"height": 200,
"decorations": false,
"center": true,
"url": "splashscreen.html",
"label": "splashscreen"
2023-09-15 18:20:16 +02:00
},
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
2023-12-10 08:39:41 +01:00
"visible": false,
2023-09-15 18:20:16 +02:00
"label": "main"
}
]
}
}