New option: Always show floating New Post button
This commit is contained in:
parent
2725a0c639
commit
adfe56a3a3
11 changed files with 28 additions and 4 deletions
|
@ -73,6 +73,9 @@ export default {
|
|||
this.$store.state.instance.instanceSpecificPanelContent
|
||||
},
|
||||
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel },
|
||||
shoutboxPosition () {
|
||||
return this.$store.getters.mergedConfig.showNewPostButton || false
|
||||
},
|
||||
isMobileLayout () { return this.$store.state.interface.mobileLayout },
|
||||
privateMode () { return this.$store.state.instance.private },
|
||||
sidebarAlign () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue