fixed strict space setting not loading

This commit is contained in:
Jack 2020-11-10 18:11:01 +00:00
parent eb62aaa70b
commit 3ebf98c14e

View file

@ -229,6 +229,7 @@ function applyConfig(configObj) {
setAlwaysShowCPM(configObj.alwaysShowCPM, true);
setHideExtraLetters(configObj.hideExtraLetters, true);
setStartGraphsAtZero(configObj.startGraphsAtZero, true);
setStrictSpace(configObj.strictSpace, true);
setMode(configObj.mode, true);
// if (
// configObj.resultFilters !== null &&