fix: harden settings key persistence with soft-pass verification & resilient keychain reads

This commit is contained in:
Elie Habib
2026-02-15 23:58:18 +04:00
parent 0a9226cc82
commit d3fb116e16
5 changed files with 27 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Default capability for the World Monitor desktop window",
"windows": ["main"],
"description": "Capabilities for World Monitor main and settings windows",
"windows": ["main", "settings"],
"permissions": ["core:default"]
}