Skip to content

Commit

Permalink
Fix cannot show open dialog and control window
Browse files Browse the repository at this point in the history
  • Loading branch information
thang.tranxuan committed May 22, 2023
1 parent 4b45311 commit 4fa4a02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
},
"package": {
"productName": "LRCGET",
"version": "0.1.1"
"version": "0.1.2"
},
"tauri": {
"allowlist": {
"window": {
"all": true
},
"dialog": {
"all": true
},
"globalShortcut": {
"all": true
},
Expand Down

0 comments on commit 4fa4a02

Please sign in to comment.