Allow all files to be opened in desktop app

This commit is contained in:
2024-11-04 20:23:48 +10:30
parent 79ca06f7d1
commit 950a2262d5

View File

@@ -14,7 +14,8 @@
"allowlist": { "allowlist": {
"all": false, "all": false,
"fs": { "fs": {
"all": true "all": true,
"scope": ["**"]
}, },
"dialog": { "dialog": {
"all": true "all": true