diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-14 19:42:56 +0000 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-17 13:21:25 +0300 |
| commit | 9e9ab5cec97f5f37a38ecd4bd1f81381b99ff3c3 (patch) | |
| tree | 6dd9faf9ac55af786cd595079464e5cb8c85f564 /src/App.vue | |
| parent | 1717a3aaf2fb104797669ecddbd4418dca10c0cd (diff) | |
New option: Hide shoutbox
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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" /> |
