Initial commit of new UI frontend component

This commit is contained in:
LukeFZ
2025-01-25 15:38:45 +01:00
parent cc822b418b
commit 44af299ec3
105 changed files with 10298 additions and 0 deletions

View File

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