Add an option to play audio notifications
This commit is contained in:
parent
b9c8b4afbb
commit
bda0430805
5 changed files with 22 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
|||
defaultValue: 'android',
|
||||
name: 'theme-setting'
|
||||
});
|
||||
new CheckboxView({
|
||||
el: this.$('.audio-notification-setting'),
|
||||
defaultValue: false,
|
||||
name: 'audio-notification'
|
||||
});
|
||||
new CheckboxView({
|
||||
el: this.$('.safety-numbers-settings'),
|
||||
defaultValue: true,
|
||||
|
@ -84,6 +89,7 @@
|
|||
nameOnly: i18n('nameOnly'),
|
||||
safetyNumbersSettingDescription: i18n('safetyNumbersSettingDescription'),
|
||||
safetyNumbersSettingHeader: i18n('safetyNumbersSettingHeader'),
|
||||
audioNotificationDescription: i18n('audioNotificationDescription'),
|
||||
themeAndroidDark: i18n('themeAndroidDark'),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue