fix! i noticed it!!

This commit is contained in:
Henry Jameson 2019-10-08 23:57:58 +03:00
parent d0800d0bd8
commit 792eaf5625

View file

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