fix emoji size setting not working

This commit is contained in:
Henry Jameson 2026-02-27 14:46:01 +02:00
commit dbdec60110

View file

@ -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) {