diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-18 02:27:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-18 02:27:57 +0300 |
| commit | b68fb7738ba0721183d4910aecce1ac741692734 (patch) | |
| tree | 17ce3a83b8f107a6dafee90ba3c653e8baa3ca07 /src/App.js | |
| parent | 1717a3aaf2fb104797669ecddbd4418dca10c0cd (diff) | |
| parent | 338134acfb5dc70210b55e5e1736b6f90f9d250c (diff) | |
Merge remote-tracking branch 'origin/develop' into better-still-emoji
* origin/develop:
Use proper setting name
Use cleaner instance config check for shoutbox setting
Make locale language cleaner
Don't shorten shoutbox to SB
Fix lint error
Update CHANGELOG.md
New option: Hide shoutbox
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, + hideShoutbox () { + return this.$store.getters.mergedConfig.hideShoutbox + }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, privateMode () { return this.$store.state.instance.private }, sidebarAlign () { |
