Skip to content

Commit

Permalink
fix: store in main Vue app due to upgrade to 2.0.0 of store
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Oct 8, 2024
1 parent 91487bb commit 7a9c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/src/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default {
},

async setup() {
const store = await createStore(".settings.json", { autoSave: true });
const store = await createStore(".settings.json", { autoSave: 1 as any });
const toastStore = useToastStore();

const dialogOpen = tauriDialog;
Expand Down

0 comments on commit 7a9c0e5

Please sign in to comment.