Add ability to hide custom emojis in picker

This commit is contained in:
Phantasm 2024-01-17 13:23:33 +00:00 committed by HJ
commit 88a006eb1a
5 changed files with 21 additions and 2 deletions

View file

@ -142,6 +142,17 @@
{{ $t('emoji.keep_open') }}
</Checkbox>
</div>
<div
v-if="!hideCustomEmoji"
class="hide-custom-emoji"
>
<Checkbox
v-model="hideCustomEmojiInPicker"
@change="onShowing"
>
{{ $t('emoji.hide_custom_emoji') }}
</Checkbox>
</div>
</div>
<div
v-if="showingStickers"