Skip to content

Commit

Permalink
fix: try Library folder
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Dec 17, 2024
1 parent 3919466 commit 8ece403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/organisms/debug/DebugPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
const uri = await write_blob({
path,
blob,
directory: Directory.Documents
directory: Directory.Library,
on_fallback: () => false
});
if (!uri) {
message = 'error writing file';
Expand Down

0 comments on commit 8ece403

Please sign in to comment.