Add mutes tab
This commit is contained in:
parent
09315b2780
commit
e91a94ff9c
7 changed files with 99 additions and 6 deletions
|
@ -166,6 +166,10 @@
|
|||
<div :label="$t('settings.blocks_tab')">
|
||||
<block-list :refresh="true" />
|
||||
</div>
|
||||
|
||||
<div :label="$t('settings.mutes_tab')">
|
||||
<mute-list :refresh="true" />
|
||||
</div>
|
||||
</tab-switcher>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue