aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-06-15 21:32:20 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-06-15 21:32:20 +0000
commit338134acfb5dc70210b55e5e1736b6f90f9d250c (patch)
tree58740d894b77b9341f9da96c50dd38f9711be28d /src/App.js
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
parentd7a53aec613c6da7f67906b16f052ec4e7441960 (diff)
Merge branch 'hideShoutbox' into 'develop'
New user option: Hide floating shoutbox See merge request pleroma/pleroma-fe!1396
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..362ac19d 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 },
+ hideShoutbox () {
+ return this.$store.getters.mergedConfig.hideShoutbox
+ },
isMobileLayout () { return this.$store.state.interface.mobileLayout },
privateMode () { return this.$store.state.instance.private },
sidebarAlign () {