New option: Hide shoutbox
This commit is contained in:
parent
2725a0c639
commit
0c10145242
6 changed files with 12 additions and 1 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue