more fixes for shoutbox
This commit is contained in:
parent
079e289260
commit
49db16318b
3 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue