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

26 lines
548 B
JSON
Raw Normal View History

2023-08-28 05:19:40 +00:00
{
2023-09-06 00:46:31 +00:00
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
2023-08-28 05:19:40 +00:00
"tauri": {
"windows": [
{
"width": 1080,
"height": 800,
"minWidth": 560,
2023-08-28 05:19:40 +00:00
"minHeight": 800,
"resizable": true,
"title": "Lume",
"titleBarStyle": "Overlay",
"center": true,
"fullscreen": false,
"hiddenTitle": true,
2023-10-09 08:17:15 +00:00
"fileDropEnabled": true,
2023-10-11 06:45:56 +00:00
"decorations": true,
2023-10-09 08:17:15 +00:00
"transparent": true,
"windowEffects": {
2023-10-13 02:12:30 +00:00
"effects": ["sidebar"]
2023-10-09 08:17:15 +00:00
}
2023-08-28 05:19:40 +00:00
}
]
}
}