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

48 lines
1.0 KiB
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
},
{
2023-08-29 09:11:17 +00:00
"width": 1080,
"height": 800,
2023-08-28 05:19:40 +00:00
"resizable": false,
2023-08-29 09:11:17 +00:00
"theme": "Dark",
"label": "settings",
"url": "settings",
"title": "Settings",
"titleBarStyle": "Overlay",
"transparent": false,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": false
2023-08-28 05:19:40 +00:00
}
]
}
}