Make window miniizeable

This commit is contained in:
2025-06-28 01:20:04 +02:00
parent ecc900161a
commit 4bf0f366eb
2 changed files with 63 additions and 47 deletions

View File

@@ -2,9 +2,12 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default"
"opener:default",
"core:window:allow-minimize"
]
}
}