mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Resolve #1678
This commit is contained in:
parent
7ff5232554
commit
6a1b83b365
7 changed files with 15 additions and 9 deletions
|
|
@ -39,6 +39,8 @@ export class UserSettingsGeneral extends AbstractViewSettings {
|
|||
this.notificationSound = ko.observable(SettingsGet('NotificationSound'));
|
||||
this.notificationSounds = ko.observableArray(SettingsGet('newMailSounds'));
|
||||
|
||||
this.minRefreshInterval = SettingsGet('minRefreshInterval');
|
||||
|
||||
this.desktopNotifications = NotificationUserStore.enabled;
|
||||
this.isDesktopNotificationAllowed = NotificationUserStore.allowed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue