mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
fix(config): keymap size not persisting
This commit is contained in:
parent
7a4db1ef9c
commit
9858d93dc2
1 changed files with 1 additions and 0 deletions
|
|
@ -2025,6 +2025,7 @@ export async function apply(
|
|||
setKeymapLegendStyle(configObj.keymapLegendStyle, true);
|
||||
setKeymapLayout(configObj.keymapLayout, true);
|
||||
setKeymapShowTopRow(configObj.keymapShowTopRow, true);
|
||||
setKeymapSize(configObj.keymapSize, true);
|
||||
setFontFamily(configObj.fontFamily, true);
|
||||
setSmoothCaret(configObj.smoothCaret, true);
|
||||
setSmoothLineScroll(configObj.smoothLineScroll, true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue