Skip to content

Commit

Permalink
fix: fix user default base units regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Jan 2, 2025
1 parent ba198e9 commit ff347de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SetDefaultConfigDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
let saveError = false;
try {
await set('defaultConfig', appState.config);
await set('defaultConfig', $state.snapshot(appState.config));
} catch (e) {
console.warn('Error attempting to save user default config');
saveError = true;
Expand Down

0 comments on commit ff347de

Please sign in to comment.