aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 18:12:45 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 18:12:45 +0300
commit49db16318b8072cf15f2ffd5a8a237ee86034b74 (patch)
treec7541f578ca8f233bc001ec636019c3768815bb8 /src/App.js
parent079e289260bfdf0ac8804f43b09f0c14c5338f5d (diff)
more fixes for shoutbox
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 19c58595..f01f8788 100644
--- a/src/App.js
+++ b/src/App.js
@@ -91,7 +91,7 @@ export default {
},
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel },
shoutboxPosition () {
- return this.$store.getters.mergedConfig.showNewPostButton || false
+ return this.$store.getters.mergedConfig.alwaysShowNewPostButton || false
},
hideShoutbox () {
return this.$store.getters.mergedConfig.hideShoutbox