mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
fixed smooth caret setting not saving
This commit is contained in:
parent
765a586329
commit
e116d87192
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ function applyConfig(configObj) {
|
|||
changeKeymapStyle(configObj.keymapStyle, true);
|
||||
changeKeymapLayout(configObj.keymapLayout, true);
|
||||
setFontFamily(configObj.fontFamily, true);
|
||||
setSmoothCaret(configObj.smoothCaret, true);
|
||||
setSmoothLineScroll(configObj.smoothLineScroll, true);
|
||||
setShowLiveWpm(configObj.showLiveWpm, true);
|
||||
setShowTimerProgress(configObj.showTimerProgress, true);
|
||||
|
|
Loading…
Reference in a new issue