Skip to content

Commit

Permalink
chore: remove legacy migration code
Browse files Browse the repository at this point in the history
  • Loading branch information
aradzie committed Nov 26, 2024
1 parent e8dd9fe commit 002beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keybr-keyboard/lib/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class KeyboardOptions {
}

static from(settings: Settings): KeyboardOptions {
const language = settings.get(keyboardProps.language);
const layout = settings.get(keyboardProps.layout);
const language = settings.get(keyboardProps.language, layout.language);
const geometry = settings.get(keyboardProps.geometry);
const zones = settings.get(keyboardProps.zones);
return KeyboardOptions.default()
Expand Down

0 comments on commit 002beca

Please sign in to comment.