Skip to content

Commit

Permalink
disable timeAsButton as default
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Jul 9, 2024
1 parent 8431324 commit 36d9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const storeSettings = createStore<State>({
if (localStorage.getItem('timeAsButton')) {
state.timeAsButton = JSON.parse(localStorage.timeAsButton)
} else {
state.timeAsButton = true
state.timeAsButton = false
}
},
timeAsButtonToggle(state) {
Expand Down

0 comments on commit 36d9f5a

Please sign in to comment.