Merge remote-tracking branch 'origin/develop' into settings-and-filtering

* origin/develop:
  Use proper setting name
  Use cleaner instance config check for shoutbox setting
  Make locale language cleaner
  Don't shorten shoutbox to SB
  Fix lint error
  Update CHANGELOG.md
  New option: Hide shoutbox
This commit is contained in:
Henry Jameson 2021-06-16 13:52:13 +03:00
commit a96a62929d
7 changed files with 13 additions and 1 deletions

View file

@ -63,6 +63,11 @@
{{ $t('settings.autohide_floating_post_button') }}
</BooleanSetting>
</li>
<li v-if="instanceShoutboxPresent">
<BooleanSetting path="hideShoutbox">
{{ $t('settings.hide_shoutbox') }}
</BooleanSetting>
</li>
</ul>
</div>
<div class="setting-item">