lume/src-tauri/tauri.linux.conf.json
2024-01-20 10:15:27 +07:00

20 lines
331 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": {
"windows": [
{
"width": 1080,
"height": 800,
"minWidth": 1080,
"minHeight": 800,
"resizable": true,
"title": "Lume",
"center": true,
"fullscreen": false,
"fileDropEnabled": true,
"decorations": true
}
]
}
}