Skip to content

Commit

Permalink
Await expression
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed May 29, 2024
1 parent 9302248 commit 21aa381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
setMode(new_theme as "dark" | "light" | "system");
await persistentStore.set("theme", new_theme);
config.save();
await persistentStore.save();
theme = new_theme;
}
Expand Down

0 comments on commit 21aa381

Please sign in to comment.