chore: setup tauri
This commit is contained in:
23
src-tauri/tauri.macos.conf.json
Normal file
23
src-tauri/tauri.macos.conf.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user