Make fading ancestors optional
This commit is contained in:
parent
fa20ea76b1
commit
d157f67381
5 changed files with 12 additions and 2 deletions
src/components/conversation
|
@ -89,6 +89,9 @@ const conversation = {
|
|||
isLinearView () {
|
||||
return this.displayStyle === 'linear'
|
||||
},
|
||||
shouldFadeAncestors () {
|
||||
return this.$store.getters.mergedConfig.conversationTreeFadeAncestors
|
||||
},
|
||||
otherRepliesButtonPosition () {
|
||||
return this.$store.getters.mergedConfig.conversationOtherRepliesButton
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue