aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 19:42:56 +0000
committerEris <femmediscord@gmail.com>2021-06-14 19:42:56 +0000
commit0c1014524232907925bf5fa59079dd06d0ef0472 (patch)
tree9d03cafbb95bb399b1d4cdf9954601d3109a32f5 /src/App.js
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
New option: Hide shoutbox
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index fe4c30cb..8d9ec8c7 100644
--- a/src/App.js
+++ b/src/App.js
@@ -73,6 +73,9 @@ export default {
this.$store.state.instance.instanceSpecificPanelContent
},
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel },
+ hideSB () {
+ return this.$store.getters.mergedConfig.hideShoutbox
+ },
isMobileLayout () { return this.$store.state.interface.mobileLayout },
privateMode () { return this.$store.state.instance.private },
sidebarAlign () {