aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-06-15 21:32:20 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-06-15 21:32:20 +0000
commit338134acfb5dc70210b55e5e1736b6f90f9d250c (patch)
tree58740d894b77b9341f9da96c50dd38f9711be28d /src/App.vue
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
parentd7a53aec613c6da7f67906b16f052ec4e7441960 (diff)
Merge branch 'hideShoutbox' into 'develop'
New user option: Hide floating shoutbox See merge request pleroma/pleroma-fe!1396
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 6c582c03..c30f5e98 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -50,7 +50,7 @@
<media-modal />
</div>
<shout-panel
- v-if="currentUser && shout"
+ v-if="currentUser && shout && !hideShoutbox"
:floating="true"
class="floating-shout mobile-hidden"
/>