aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Santhosh C <csesanthosh15@gmail.com>2022-10-22 15:43:38 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-22 10:13:38 +0000
commit8870f43b9c04a429b2071f3284e898bda478d74b (patch)
tree2856ee99374048a26af5899aff89cf40ffa514a3 /src/config.ts
parent6.2.1-nightly.25 [skip ci] (diff)
downloadferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.tar.gz
ferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.tar.zst
ferdium-app-8870f43b9c04a429b2071f3284e898bda478d74b.zip
Add service-level option 'isMediaBadgeEnabled' defaulted to false (#688)
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 1261d900f..4bd1ca155 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -441,6 +441,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
441 isWakeUpEnabled: true, 441 isWakeUpEnabled: true,
442 isNotificationEnabled: true, 442 isNotificationEnabled: true,
443 isBadgeEnabled: true, 443 isBadgeEnabled: true,
444 isMediaBadgeEnabled: false,
444 trapLinkClicks: false, 445 trapLinkClicks: false,
445 isMuted: false, 446 isMuted: false,
446 customIcon: false, 447 customIcon: false,