diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index d9c352838e..1f14dca99f 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -187,6 +187,10 @@ const setTextScaleHandler = (scale) => { textScale = scale; setTextScale(textScale); + + if (textScale === 1) { + textScale = null; + } saveSettings({ textScale }); }; @@ -342,7 +346,7 @@ } else { textScale = null; } - setTextScale(1); + setTextScaleHandler(1); }} > {#if textScale === null}