Skip to content

Commit

Permalink
fix permission issue on export proportions (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Apr 14, 2024
1 parent 4f1d333 commit ed9a590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/src-tauri/capabilities/migrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"shell:allow-open",
"store:allow-get",
"store:allow-set",
"store:allow-save"
"store:allow-save",
"fs:allow-write-text-file"
]
}

0 comments on commit ed9a590

Please sign in to comment.