This commit is contained in:
the-djmaze 2023-05-30 14:24:45 +02:00
parent bdbb1f8bbf
commit b22d16a2b6
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -277,7 +277,7 @@
name: 'Checkbox',
params: {
label: 'SETTINGS_GENERAL/CHROME_NOTIFICATION_DESC',
value: desktopNotification,
value: desktopNotifications,
enable: isDesktopNotificationAllowed
}
}"></div>