Merge branch 'develop' into 'showMobileNewPost'
# Conflicts: # CHANGELOG.md # src/App.js
This commit is contained in:
commit
cab0095989
7 changed files with 13 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue