config.mergedConfig -> syncConfig.mergedConfig
This commit is contained in:
parent
0a00ce025a
commit
e9993e8d5a
23 changed files with 79 additions and 56 deletions
|
|
@ -478,7 +478,7 @@ const Status = {
|
|||
return this.$store.state.users.currentUser
|
||||
},
|
||||
mergedConfig() {
|
||||
return this.$store.getters.mergedConfig
|
||||
return useSyncConfigStore().mergedConfig
|
||||
},
|
||||
isSuspendable() {
|
||||
return !this.replying && this.mediaPlaying.length === 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue