fix! i noticed it!!
This commit is contained in:
parent
d0800d0bd8
commit
792eaf5625
|
@ -43,7 +43,7 @@ const Status = {
|
|||
showingTall: this.inConversation && this.focused,
|
||||
showingLongSubject: false,
|
||||
error: null,
|
||||
expandingSubject: this.$store.getters.mergedConfig.collapseMessageWithSubject,
|
||||
expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject,
|
||||
betterShadow: this.$store.state.interface.browserSupport.cssFilter
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue