Skip to content

Commit

Permalink
fix: Allow permissions on repair window
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Mar 2, 2025
1 parent d4a41de commit d423124
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/capabilities/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"windows": [
"main",
"RepairWindow"
],
"permissions": [
"core:window:allow-minimize",
"core:window:allow-start-dragging",
Expand Down

0 comments on commit d423124

Please sign in to comment.