aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_post_status_button
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-10 20:18:54 +0300
committerHenry Jameson <me@hjkos.com>2022-04-10 20:18:54 +0300
commit3e1b40ce29feae8ab2b13da35eece15df8a7697c (patch)
tree59ad1c2282c8845d60336dbb7c60cfb2536625aa /src/components/mobile_post_status_button
parent0f28c28760f7a8615da18630fa49ff963d3f7533 (diff)
fix new post button not working day1, minor stylistic fixes
Diffstat (limited to 'src/components/mobile_post_status_button')
-rw-r--r--src/components/mobile_post_status_button/mobile_post_status_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.js b/src/components/mobile_post_status_button/mobile_post_status_button.js
index 4866ac57..ecf79b64 100644
--- a/src/components/mobile_post_status_button/mobile_post_status_button.js
+++ b/src/components/mobile_post_status_button/mobile_post_status_button.js
@@ -45,7 +45,7 @@ const MobilePostStatusButton = {
return this.autohideFloatingPostButton && (this.hidden || this.inputActive)
},
isPersistent () {
- return !!this.$store.getters.mergedConfig.showNewPostButton
+ return !!this.$store.getters.mergedConfig.alwaysShowNewPostButton
},
autohideFloatingPostButton () {
return !!this.$store.getters.mergedConfig.autohideFloatingPostButton