From dbdec60110de1cc59336c926b7b2d6846580a7d9 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 27 Feb 2026 14:46:01 +0200 Subject: [PATCH] fix emoji size setting not working --- src/components/settings_modal/helpers/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings_modal/helpers/setting.js b/src/components/settings_modal/helpers/setting.js index a064e10f4..b17767b3f 100644 --- a/src/components/settings_modal/helpers/setting.js +++ b/src/components/settings_modal/helpers/setting.js @@ -260,7 +260,7 @@ export default { this.$store.dispatch('pushAdminSetting', { path: k, value: v }) default: return (readPath, value) => { - const writePath = `simple.${readPath}` + const writePath = `${readPath}` if (!this.timedApplyMode) { if (this.local) {