added a bunch of frontend things

This commit is contained in:
2025-02-23 19:30:11 +01:00
parent f4690b52a9
commit df16298b1f
49 changed files with 177 additions and 105 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default",
"dialog:default",
"core:window:allow-start-dragging"
]
}