aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 17:54:40 +0000
committerEris <femmediscord@gmail.com>2021-06-14 17:54:40 +0000
commitadfe56a3a31b3c4a8c2c206c06bebf9c4af675d1 (patch)
tree552897a6324f91d193efca382a382ab9ad2bcb98 /src/App.js
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
New option: Always show floating New Post button
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index fe4c30cb..e7ea3851 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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 () {