lint
This commit is contained in:
parent
6a7b182af1
commit
55ea6df40b
5 changed files with 47 additions and 22 deletions
|
|
@ -4,7 +4,10 @@
|
|||
<h2>{{ $t('settings.notification_setting_filters') }}</h2>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<BooleanSetting source="profile" path="blockNotificationsFromStrangers">
|
||||
<BooleanSetting
|
||||
source="profile"
|
||||
path="blockNotificationsFromStrangers"
|
||||
>
|
||||
{{ $t('settings.notification_setting_block_from_strangers') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
|
@ -67,7 +70,8 @@
|
|||
</li>
|
||||
<li>
|
||||
<BooleanSetting
|
||||
source="profile" path="webPushHideContents"
|
||||
source="profile"
|
||||
path="webPushHideContents"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.notification_setting_hide_notification_contents') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue