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

21 lines
357 B
JSON
Raw Normal View History

2023-08-28 05:19:40 +00:00
{
2023-12-31 13:53:51 +00:00
"$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,
"hiddenTitle": true,
"fileDropEnabled": true,
2024-01-20 03:15:27 +00:00
"decorations": false
2023-12-31 13:53:51 +00:00
}
]
}
2023-08-28 05:19:40 +00:00
}