mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Resolve #1137
This commit is contained in:
parent
bdbb1f8bbf
commit
b22d16a2b6
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export class UserSettingsGeneral extends AbstractViewSettings {
|
|||
this.notificationSound = ko.observable(SettingsGet('NotificationSound'));
|
||||
this.notificationSounds = ko.observableArray(SettingsGet('newMailSounds'));
|
||||
|
||||
this.desktopNotification = NotificationUserStore.enabled;
|
||||
this.desktopNotifications = NotificationUserStore.enabled;
|
||||
this.isDesktopNotificationAllowed = NotificationUserStore.allowed;
|
||||
|
||||
this.threadsAllowed = AppUserStore.threadsAllowed;
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@
|
|||
name: 'Checkbox',
|
||||
params: {
|
||||
label: 'SETTINGS_GENERAL/CHROME_NOTIFICATION_DESC',
|
||||
value: desktopNotification,
|
||||
value: desktopNotifications,
|
||||
enable: isDesktopNotificationAllowed
|
||||
}
|
||||
}"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue