lume/src-tauri/tauri.linux.conf.json

32 lines
637 B
JSON
Raw Normal View History

2023-08-28 05:19:40 +00:00
{
"tauri": {
"windows": [
2023-08-29 09:11:17 +00:00
{
"width": 400,
"height": 500,
"decorations": false,
"title": "Lume",
"center": true,
"resizable": false,
"label": "splashscreen",
"url": "splashscreen"
},
2023-08-28 05:19:40 +00:00
{
"width": 1080,
"height": 800,
"minWidth": 1080,
"minHeight": 800,
"resizable": true,
"theme": "Dark",
"title": "Lume",
"transparent": false,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
2023-08-29 09:11:17 +00:00
"fileDropEnabled": true
2023-08-28 05:19:40 +00:00
}
]
}
}