Allow all files to be opened in desktop app
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"fs": {
|
||||
"all": true
|
||||
"all": true,
|
||||
"scope": ["**"]
|
||||
},
|
||||
"dialog": {
|
||||
"all": true
|
||||
|
||||
Reference in New Issue
Block a user