aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 19:42:56 +0000
committerEris <femmediscord@gmail.com>2021-06-14 19:42:56 +0000
commit0c1014524232907925bf5fa59079dd06d0ef0472 (patch)
tree9d03cafbb95bb399b1d4cdf9954601d3109a32f5 /src/App.vue
parent2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff)
New option: Hide shoutbox
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..39decde9 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 && !hideSB"
:floating="true"
class="floating-shout mobile-hidden"
/>