Skip to content

Commit c09a59c

Browse files
authored
make backups
1 parent 58a804d commit c09a59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const save_file = (file: Gio.File, data: any) => {
9898
return file.replace_contents_async(
9999
encoder.encode(string),
100100
null,
101-
false,
101+
true,
102102
Gio.FileCreateFlags.NONE,
103103
null,
104104
).catch(

0 commit comments

Comments
 (0)