diff --git a/frontend/src/ts/elements/commandline-lists.ts b/frontend/src/ts/elements/commandline-lists.ts index 355707334..8e7dc7439 100644 --- a/frontend/src/ts/elements/commandline-lists.ts +++ b/frontend/src/ts/elements/commandline-lists.ts @@ -3455,6 +3455,11 @@ ConfigEvent.subscribe((eventKey, eventValue) => { (command) => command.id == "changeCustomBackground" )[0].defaultValue = eventValue as string; } + if (eventKey === "fontSize") { + defaultCommands.list.filter( + (command) => command.id == "changeFontSize" + )[0].defaultValue = eventValue as string; + } if (eventKey === "customLayoutFluid") { defaultCommands.list.filter( (command) => command.id == "changeCustomLayoutfluid"