Fix capability
This commit is contained in:
parent
f30b3ba498
commit
f7e8618226
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
|||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Default capability for the Quintodrome desktop window",
|
||||
"windows": ["main"],
|
||||
"permissions": ["core:default", "core:event:default"]
|
||||
"windows": ["main", "content"],
|
||||
"permissions": ["core:default", "core:event:default", "shell:allow-open"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue