fix(config): keymap size not persisting

This commit is contained in:
Miodec 2024-07-31 14:02:46 +02:00
parent 7a4db1ef9c
commit 9858d93dc2

View file

@ -2025,6 +2025,7 @@ export async function apply(
setKeymapLegendStyle(configObj.keymapLegendStyle, true);
setKeymapLayout(configObj.keymapLayout, true);
setKeymapShowTopRow(configObj.keymapShowTopRow, true);
setKeymapSize(configObj.keymapSize, true);
setFontFamily(configObj.fontFamily, true);
setSmoothCaret(configObj.smoothCaret, true);
setSmoothLineScroll(configObj.smoothLineScroll, true);