mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix: harden settings key persistence with soft-pass verification & resilient keychain reads
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user