This commit is contained in:
the-djmaze 2024-08-20 16:30:25 +02:00
parent 7ff5232554
commit 6a1b83b365
7 changed files with 15 additions and 9 deletions

View file

@ -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;