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 })
|
this.$store.dispatch('pushAdminSetting', { path: k, value: v })
|
||||||
default:
|
default:
|
||||||
return (readPath, value) => {
|
return (readPath, value) => {
|
||||||
const writePath = `simple.${readPath}`
|
const writePath = `${readPath}`
|
||||||
|
|
||||||
if (!this.timedApplyMode) {
|
if (!this.timedApplyMode) {
|
||||||
if (this.local) {
|
if (this.local) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue