tauri-app/src-tauri/tauri.windows.conf.json

25 lines
468 B
JSON
Raw Normal View History

2024-01-14 22:16:45 +00:00
{
"tauri": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Vybr (Windows)",
"width": 800,
"height": 600,
"decorations": false,
"visible": false
},
{
"width": 300,
"height": 400,
"decorations": false,
"url": "splashscreen.html",
2024-02-11 17:12:40 +00:00
"label": "splashscreen",
"resizable": false,
"fullscreen": false
2024-01-14 22:16:45 +00:00
}
]
}
}