aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 3f551eddb..6b1ceb51f 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -410,6 +410,7 @@ export default class ServicesStore extends Store {
410 isWakeUpEnabled: DEFAULT_SERVICE_SETTINGS.isWakeUpEnabled, 410 isWakeUpEnabled: DEFAULT_SERVICE_SETTINGS.isWakeUpEnabled,
411 isNotificationEnabled: DEFAULT_SERVICE_SETTINGS.isNotificationEnabled, 411 isNotificationEnabled: DEFAULT_SERVICE_SETTINGS.isNotificationEnabled,
412 isBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isBadgeEnabled, 412 isBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isBadgeEnabled,
413 trapLinkClicks: DEFAULT_SERVICE_SETTINGS.trapLinkClicks,
413 isMuted: DEFAULT_SERVICE_SETTINGS.isMuted, 414 isMuted: DEFAULT_SERVICE_SETTINGS.isMuted,
414 customIcon: DEFAULT_SERVICE_SETTINGS.customIcon, 415 customIcon: DEFAULT_SERVICE_SETTINGS.customIcon,
415 isDarkModeEnabled: DEFAULT_SERVICE_SETTINGS.isDarkModeEnabled, 416 isDarkModeEnabled: DEFAULT_SERVICE_SETTINGS.isDarkModeEnabled,