aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 19:42:56 +0000
committerHenry Jameson <me@hjkos.com>2021-06-17 13:21:25 +0300
commit9e9ab5cec97f5f37a38ecd4bd1f81381b99ff3c3 (patch)
tree6dd9faf9ac55af786cd595079464e5cb8c85f564 /src/App.js
parent1717a3aaf2fb104797669ecddbd4418dca10c0cd (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 () {