mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fix(config): max line width not being loaded from config
This commit is contained in:
parent
04ae04dc5c
commit
510b887a97
1 changed files with 1 additions and 0 deletions
|
@ -1840,6 +1840,7 @@ export async function apply(
|
|||
setLanguage(configObj.language, true);
|
||||
setLayout(configObj.layout, true);
|
||||
setFontSize(configObj.fontSize, true);
|
||||
setMaxLineWidth(configObj.maxLineWidth, true);
|
||||
setFreedomMode(configObj.freedomMode, true);
|
||||
setCaretStyle(configObj.caretStyle, true);
|
||||
setPaceCaretStyle(configObj.paceCaretStyle, true);
|
||||
|
|
Loading…
Reference in a new issue