We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5879cc2 commit a437449Copy full SHA for a437449
‎src/store/validation.ts
@@ -32,7 +32,7 @@ export function validateLocalStorage() {
32
if (![true, false].includes(get(app.shareTimes))) app.shareTimes.set(false)
33
if (![true, false].includes(get(app.preciseTimes))) app.preciseTimes.set(false)
34
if (!keyboardLayoutNames.includes(get(app.keyboardLayout)))
35
- app.keyboardLayout.set('qwerty')
+ app.keyboardLayout.set('alphabetic')
36
37
// Stats
38
const stats = get(app.stats)
0 commit comments