Skip to content

Commit

Permalink
Bump settings version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
iiPythonx committed Feb 3, 2024
1 parent 43226f3 commit 3917c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/store/settings.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export const useSettingsStore = create<SettingsSlice>()(
return merge(currentState, persistedState);
},
name: 'store_settings',
version: 6,
version: 7,
},
),
);
Expand Down

0 comments on commit 3917c15

Please sign in to comment.