aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authoreris <femmediscord@gmail.com>2021-06-17 19:35:09 +0000
committereris <femmediscord@gmail.com>2021-06-17 19:35:09 +0000
commitb2ebfc1fd61cd4c3e92f6a0fde1f44ec26c37962 (patch)
tree77994fec5c2b18c8c60a7287b36cab75f723f40b /src/App.js
parente1361a1caef3aa9d1faaeb420b03c5400a44c943 (diff)
parent338134acfb5dc70210b55e5e1736b6f90f9d250c (diff)
Merge branch 'develop' into 'editProfile'
# Conflicts: # CHANGELOG.md
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 () {