Merge branch 'develop' into 'showMobileNewPost'

# Conflicts:
#   CHANGELOG.md
#   src/App.js
This commit is contained in:
eris 2021-06-15 21:49:33 +00:00
commit cab0095989
7 changed files with 13 additions and 1 deletions

View file

@ -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 () {