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

15 lines
203 B
JSON

{
"app": {
"windows": [
{
"title": "Coop",
"label": "main",
"width": 860,
"height": 650,
"minWidth": 860,
"minHeight": 650
}
]
}
}