fix emoji size setting not working
This commit is contained in:
parent
a0d4e107a9
commit
dbdec60110
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue