loading smooth line scroll from config

This commit is contained in:
Jack 2020-08-02 19:17:54 +01:00
parent 1daaa60021
commit bf197b30fd

View file

@ -143,6 +143,7 @@ function applyConfig(configObj) {
changeKeymapMode(configObj.keymapMode, true);
changeKeymapLayout(configObj.keymapLayout, true);
setFontFamily(configObj.fontFamily, true);
setSmoothLineScroll(configObj.smoothLineScroll, true);
if (
configObj.resultFilters == null ||
configObj.resultFilters == undefined