aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2024-05-03 00:54:12 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-05-03 00:47:11 +0000
commit6c9475cfb6243b25420335f472a54d614716e55b (patch)
treec7397da4553f42967e2b9a7e96605fe9b55463e0 /src/config.ts
parentfix: screenshare feature not working on Teams (#1733) (diff)
downloadferdium-app-6c9475cfb6243b25420335f472a54d614716e55b.tar.gz
ferdium-app-6c9475cfb6243b25420335f472a54d614716e55b.tar.zst
ferdium-app-6c9475cfb6243b25420335f472a54d614716e55b.zip
feat: use favicons instead of icons
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 612aa6871..348b4b85d 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -443,6 +443,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
443 isBadgeEnabled: true, 443 isBadgeEnabled: true,
444 isMediaBadgeEnabled: false, 444 isMediaBadgeEnabled: false,
445 trapLinkClicks: false, 445 trapLinkClicks: false,
446 useFavicon: false,
446 isMuted: false, 447 isMuted: false,
447 customIcon: false, 448 customIcon: false,
448 isDarkModeEnabled: false, 449 isDarkModeEnabled: false,