Files
pages/apps/app/tauri.macos.conf.json
2024-09-01 06:20:49 +03:00

21 lines
400 B
JSON

{
"app": {
"windows": [
{
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"fullscreen": false,
"height": 800,
"resizable": true,
"title": "AstralRinth",
"width": 1280,
"minHeight": 700,
"minWidth": 1100,
"visible": false,
"zoomHotkeysEnabled": false,
"decorations": true
}
]
}
}