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

21 lines
324 B
JSON

{
"app": {
"windows": [
{
"title": "Coop",
"label": "main",
"width": 860,
"height": 650,
"minWidth": 860,
"minHeight": 650,
"transparent": true,
"windowEffects": {
"effects": [
"mica"
]
}
}
]
}
}