mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 17:51:51 +01:00
22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"width": 1080,
|
|
"height": 800,
|
|
"minWidth": 560,
|
|
"minHeight": 800,
|
|
"resizable": true,
|
|
"title": "Lume",
|
|
"center": true,
|
|
"fullscreen": false,
|
|
"hiddenTitle": true,
|
|
"fileDropEnabled": true,
|
|
"decorations": false,
|
|
"transparent": false
|
|
}
|
|
]
|
|
}
|
|
}
|