feat: space

This commit is contained in:
2024-03-14 14:22:41 +07:00
parent 3005d27403
commit 16e6d234e5
34 changed files with 249 additions and 1837 deletions

View File

@@ -6,13 +6,16 @@
"title": "Lume",
"label": "main",
"titleBarStyle": "Overlay",
"width": 1080,
"width": 500,
"height": 800,
"minWidth": 1080,
"minWidth": 500,
"minHeight": 800,
"center": true,
"hiddenTitle": true,
"decorations": true
"decorations": true,
"transparent": true,
"windowEffects": {
"effects": ["windowBackground"]
}
}
]
}