Skip to content

Commit a437449

Browse files
committed
🦺 Reset to alphabetic on keyboard layout validation fail
1 parent 5879cc2 commit a437449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/store/validation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function validateLocalStorage() {
3232
if (![true, false].includes(get(app.shareTimes))) app.shareTimes.set(false)
3333
if (![true, false].includes(get(app.preciseTimes))) app.preciseTimes.set(false)
3434
if (!keyboardLayoutNames.includes(get(app.keyboardLayout)))
35-
app.keyboardLayout.set('qwerty')
35+
app.keyboardLayout.set('alphabetic')
3636

3737
// Stats
3838
const stats = get(app.stats)

0 commit comments

Comments
 (0)