diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-08 23:57:58 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-08 23:57:58 +0300 |
| commit | 792eaf5625a70dead992ed8c5b63a73453728ff7 (patch) | |
| tree | 83b4dbfdb8ad6230374926af979199aabc51e122 | |
| parent | d0800d0bd8ee36c7edd15c7fb44480fb3cdc2669 (diff) | |
fix! i noticed it!!
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 976fd320..fa46debf 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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 } }, |
