Skip to content

Commit

Permalink
🦺 Reset to alphabetic on keyboard layout validation fail
Browse files Browse the repository at this point in the history
  • Loading branch information
vegeta897 committed Sep 26, 2024
1 parent 5879cc2 commit a437449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function validateLocalStorage() {
if (![true, false].includes(get(app.shareTimes))) app.shareTimes.set(false)
if (![true, false].includes(get(app.preciseTimes))) app.preciseTimes.set(false)
if (!keyboardLayoutNames.includes(get(app.keyboardLayout)))
app.keyboardLayout.set('qwerty')
app.keyboardLayout.set('alphabetic')

// Stats
const stats = get(app.stats)
Expand Down

0 comments on commit a437449

Please sign in to comment.