Skip to content

Commit

Permalink
Fix crash #211
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 13, 2024
1 parent 0a5d8a7 commit 93d9a66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/capabilities/desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"webviews": ["main", "settings"],
"platforms": ["macOS", "windows", "linux"],
"permissions": [
"core:default",
"updater:default",
"fs:default",
{
Expand All @@ -14,6 +13,7 @@
},
"core:window:allow-set-size",
"core:window:allow-start-dragging",
"core:window:deny-maximize",
"process:default",
"core:tray:default",
"core:app:default",
Expand Down
7 changes: 0 additions & 7 deletions apps/desktop/src-tauri/capabilities/migrated.json

This file was deleted.

0 comments on commit 93d9a66

Please sign in to comment.