diff options
| author | eris <femmediscord@gmail.com> | 2021-06-15 21:49:33 +0000 |
|---|---|---|
| committer | eris <femmediscord@gmail.com> | 2021-06-15 21:49:33 +0000 |
| commit | cab00959892ab92a1dcad3a386cae9e0cf5c2cb5 (patch) | |
| tree | 151c7633283c6291ff54881d0c67bb6ad7d4b3a2 /src/App.js | |
| parent | 4639e30cb8e6086a57acbe35d864e8b453e197ba (diff) | |
| parent | 338134acfb5dc70210b55e5e1736b6f90f9d250c (diff) | |
Merge branch 'develop' into 'showMobileNewPost'
# Conflicts:
# CHANGELOG.md
# src/App.js
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 3 insertions, 0 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 () { |
