diff --git a/frontend/src/ts/config.ts b/frontend/src/ts/config.ts index a4fb3362a..6eced679d 100644 --- a/frontend/src/ts/config.ts +++ b/frontend/src/ts/config.ts @@ -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);