1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 16:05:50 +05:30

refactor: use tauri js opener api for sandboxes

This commit is contained in:
2026-03-02 10:47:51 +05:30
Verified
parent 570ca76087
commit b4532cb213
2 changed files with 27 additions and 2 deletions

View File

@@ -38,6 +38,22 @@
}
]
},
{
"identifier": "opener:allow-reveal-item-in-dir",
"allow": [
{
"path": "**"
}
]
},
{
"identifier": "opener:allow-open-url",
"allow": [
{
"url": "**"
}
]
},
{
"identifier": "fs:scope",
"allow": [