fixed smooth caret setting not saving

This commit is contained in:
Jack 2020-08-18 17:44:36 +01:00
parent 765a586329
commit e116d87192

View file

@ -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);