lume/src-tauri/tauri.windows.conf.json
2024-05-18 21:02:04 +07:00

20 lines
306 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"width": 500,
"height": 800,
"minWidth": 500,
"minHeight": 800,
"transparent": true,
"windowEffects": {
"effects": ["mica"]
}
}
]
}
}