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

17 lines
289 B
JSON
Raw Normal View History

2023-08-28 05:19:40 +00:00
{
2024-02-17 02:29:37 +00:00
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"width": 1080,
"height": 800,
"minWidth": 1080,
"minHeight": 800,
"center": true
}
]
}
2023-08-28 05:19:40 +00:00
}