aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/app/Controllers/Http/ServiceController.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal-server/app/Controllers/Http/ServiceController.js')
-rw-r--r--src/internal-server/app/Controllers/Http/ServiceController.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/internal-server/app/Controllers/Http/ServiceController.js b/src/internal-server/app/Controllers/Http/ServiceController.js
index e4a7f0295..d98ba146e 100644
--- a/src/internal-server/app/Controllers/Http/ServiceController.js
+++ b/src/internal-server/app/Controllers/Http/ServiceController.js
@@ -52,7 +52,7 @@ class ServiceController {
52 isNotificationEnabled: true, 52 isNotificationEnabled: true,
53 isBadgeEnabled: true, 53 isBadgeEnabled: true,
54 isMuted: false, 54 isMuted: false,
55 isDarkModeEnabled: '', 55 isDarkModeEnabled: false,
56 spellcheckerLanguage: '', 56 spellcheckerLanguage: '',
57 order: 1, 57 order: 1,
58 customRecipe: false, 58 customRecipe: false,
@@ -79,7 +79,7 @@ class ServiceController {
79 customRecipe: false, 79 customRecipe: false,
80 hasCustomIcon: false, 80 hasCustomIcon: false,
81 isBadgeEnabled: true, 81 isBadgeEnabled: true,
82 isDarkModeEnabled: '', 82 isDarkModeEnabled: false,
83 isEnabled: true, 83 isEnabled: true,
84 isMuted: false, 84 isMuted: false,
85 isNotificationEnabled: true, 85 isNotificationEnabled: true,
@@ -253,7 +253,7 @@ class ServiceController {
253 customRecipe: false, 253 customRecipe: false,
254 hasCustomIcon: false, 254 hasCustomIcon: false,
255 isBadgeEnabled: true, 255 isBadgeEnabled: true,
256 isDarkModeEnabled: '', 256 isDarkModeEnabled: false,
257 isEnabled: true, 257 isEnabled: true,
258 isMuted: false, 258 isMuted: false,
259 isNotificationEnabled: true, 259 isNotificationEnabled: true,