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

39 lines
856 B
JSON
Raw Normal View History

2023-08-28 05:19:40 +00:00
{
"tauri": {
"windows": [
{
"width": 1080,
"height": 800,
"minWidth": 1080,
"minHeight": 800,
"resizable": true,
"theme": "Dark",
"title": "Lume",
"titleBarStyle": "Overlay",
"transparent": true,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": true,
"windowEffects": {
"effects": ["hudWindow"],
"state": "followsWindowActiveState"
}
},
{
"width": 400,
"height": 500,
"decorations": true,
"title": "Lume",
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"center": true,
"resizable": false,
2023-08-28 09:00:11 +00:00
"label": "splashscreen",
2023-08-28 05:19:40 +00:00
"url": "splashscreen"
}
]
}
}