fix: share copy to clipboard + alert
This commit is contained in:
parent
2bb45afe5f
commit
8d3ba2a8cd
4 changed files with 104 additions and 2 deletions
|
|
@ -13,6 +13,12 @@
|
|||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"dialog": {
|
||||
"all": true
|
||||
},
|
||||
"clipboard": {
|
||||
"writeText": true
|
||||
},
|
||||
"all": false,
|
||||
"fs": {
|
||||
"all": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue