Use mergedConfig properly

merge-requests/1521/head
Tusooa Zhu 3 years ago
parent d7da9f80a7
commit ff5f69b8fd
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -77,7 +77,7 @@ const conversation = {
return 4
},
displayStyle () {
return this.$store.state.config.conversationDisplay || 'simple_tree'
return this.$store.getters.mergedConfig.conversationDisplay
},
isTreeView () {
return this.displayStyle === 'tree' || this.displayStyle === 'simple_tree'

Loading…
Cancel
Save