From e116d871927324d4f87c024a9383f2ef742af3e1 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 18 Aug 2020 17:44:36 +0100 Subject: [PATCH] fixed smooth caret setting not saving --- public/js/userconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/userconfig.js b/public/js/userconfig.js index 938434584..d1402bbb2 100644 --- a/public/js/userconfig.js +++ b/public/js/userconfig.js @@ -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);