Files
coop/src-tauri/tauri.macos.conf.json
2024-07-23 13:33:48 +07:00

24 lines
453 B
JSON

{
"app": {
"windows": [
{
"title": "Coop",
"label": "main",
"width": 860,
"height": 650,
"minWidth": 860,
"minHeight": 650,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"transparent": true,
"windowEffects": {
"state": "followsWindowActiveState",
"effects": [
"underWindowBackground"
]
}
}
]
}
}