config.mergedConfig -> syncConfig.mergedConfig

This commit is contained in:
Henry Jameson 2026-02-13 09:07:03 +02:00
commit e9993e8d5a
23 changed files with 79 additions and 56 deletions

View file

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