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

24 lines
393 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"titleBarStyle": "Overlay",
"width": 900,
"height": 700,
"minWidth": 480,
"minHeight": 700,
"hiddenTitle": true,
"transparent": true,
"windowEffects": {
"effects": [
"underWindowBackground"
]
}
}
]
}
}