fix: share copy to clipboard + alert

This commit is contained in:
Felix Roos 2023-11-02 08:29:27 +01:00
parent 2bb45afe5f
commit 8d3ba2a8cd
4 changed files with 104 additions and 2 deletions

View file

@ -13,6 +13,12 @@
},
"tauri": {
"allowlist": {
"dialog": {
"all": true
},
"clipboard": {
"writeText": true
},
"all": false,
"fs": {
"all": true,