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

24 lines
473 B
JSON

{
"tauri": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Vybr (MacOS)",
"width": 800,
"height": 600,
"decorations": true,
"hiddenTitle": true,
"titleBarStyle": "Overlay",
"visible": false
},
{
"width": 300,
"height": 400,
"decorations": false,
"url": "splashscreen.html",
"label": "splashscreen"
}
]
}
}