fix(config): max line width not being loaded from config

This commit is contained in:
Miodec 2024-04-26 23:15:22 +02:00
parent 04ae04dc5c
commit 510b887a97

View file

@ -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);