1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-06-02 06:49:14 +08:00

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