Cleanup checkbox component

This commit is contained in:
djmaze 2021-09-07 23:09:56 +02:00
parent 081761b593
commit 01d96153c6
6 changed files with 11 additions and 20 deletions

View file

@ -35,7 +35,7 @@ export class GeneralUserSettings {
this.notificationSounds = ko.observableArray(SettingsGet('NewMailSounds'));
this.enableDesktopNotification = NotificationUserStore.enableDesktopNotification;
this.isDesktopNotificationDenied = NotificationUserStore.isDesktopNotificationDenied;
this.isDesktopNotificationAllowed = NotificationUserStore.isDesktopNotificationAllowed;
this.showImages = SettingsUserStore.showImages;
this.removeColors = SettingsUserStore.removeColors;