added option to enable and disable sound
This commit is contained in:
parent
f1c7515274
commit
f8baca943c
4 changed files with 22 additions and 1 deletions
|
|
@ -29,6 +29,10 @@
|
|||
<span class="toggle-label" translate>Enable email notifications</span>
|
||||
</ion-toggle>
|
||||
|
||||
<ion-toggle ng-model="sounds.value" toggle-class="toggle-balanced" ng-change="soundNotificationsChange()">
|
||||
<span class="toggle-label" translate>Enable sound</span>
|
||||
</ion-toggle>
|
||||
|
||||
<div ng-if="emailNotifications.value">
|
||||
<div class="settings-explanation">
|
||||
<div class="settings-description" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue