This commit is contained in:
Timothy Jaeryang Baek 2025-11-19 04:44:40 -05:00
parent ee26c0537e
commit 93d0b8241c

View file

@ -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}