lint
This commit is contained in:
parent
39909c8a85
commit
77bb0b5530
10 changed files with 168 additions and 74 deletions
|
@ -46,16 +46,25 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" v-if="expertLevel > 0">
|
||||
<div
|
||||
v-if="expertLevel > 0"
|
||||
class="setting-item"
|
||||
>
|
||||
<h2>{{ $t('settings.notification_setting_privacy') }}</h2>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<BooleanSetting path="webPushNotifications" expert="1">
|
||||
<BooleanSetting
|
||||
path="webPushNotifications"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.enable_web_push_notifications') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="serverSide_webPushHideContents" expert="1">
|
||||
<BooleanSetting
|
||||
path="serverSide_webPushHideContents"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.notification_setting_hide_notification_contents') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue