diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-16 13:52:13 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-16 13:52:13 +0300 |
| commit | a96a62929d723c3676174dfd71c0db4462599a12 (patch) | |
| tree | e6fbd1c0e50fe77580e3b8afc17a217d6f7f5a2a /src/App.js | |
| parent | b87a9d6675cf7cd8d37d45e62013fab27cbc46e6 (diff) | |
| parent | 338134acfb5dc70210b55e5e1736b6f90f9d250c (diff) | |
Merge remote-tracking branch 'origin/develop' into settings-and-filtering
* 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 () { |
