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

23 lines
339 B
JSON
Raw Normal View History

{
"tauri": {
"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 07:23:34 +01:00
"visible": true,
2023-09-15 18:20:16 +02:00
"label": "main"
}
]
}
}