mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 03:50:45 +08:00
fixed strict space setting not loading
This commit is contained in:
parent
eb62aaa70b
commit
3ebf98c14e
1 changed files with 1 additions and 0 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue