aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authoreris <femmediscord@gmail.com>2021-06-15 21:49:33 +0000
committereris <femmediscord@gmail.com>2021-06-15 21:49:33 +0000
commitcab00959892ab92a1dcad3a386cae9e0cf5c2cb5 (patch)
tree151c7633283c6291ff54881d0c67bb6ad7d4b3a2 /src/App.js
parent4639e30cb8e6086a57acbe35d864e8b453e197ba (diff)
parent338134acfb5dc70210b55e5e1736b6f90f9d250c (diff)
Merge branch 'develop' into 'showMobileNewPost'
# Conflicts: # CHANGELOG.md # src/App.js
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 e7ea3851..f5e0b9e9 100644
--- a/src/App.js
+++ b/src/App.js
@@ -76,6 +76,9 @@ export default {
shoutboxPosition () {
return this.$store.getters.mergedConfig.showNewPostButton || false
},
+ hideShoutbox () {
+ return this.$store.getters.mergedConfig.hideShoutbox
+ },
isMobileLayout () { return this.$store.state.interface.mobileLayout },
privateMode () { return this.$store.state.instance.private },
sidebarAlign () {