Skip to content

Commit

Permalink
[mod] Remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Nov 29, 2023
1 parent 348c6f4 commit 3efa276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = [
"process-exit",
"global-shortcut-all",
"process-all",
"system-tray",
"window-all",
"shell-open",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"all": true
},
"process": {
"all": true
"exit": true
},
"globalShortcut": {
"all": true
Expand Down

0 comments on commit 3efa276

Please sign in to comment.