aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
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/stores
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/stores')
-rw-r--r--src/stores/ServicesStore.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.ts b/src/stores/ServicesStore.ts
index fd7414004..9f2cfeca3 100644
--- a/src/stores/ServicesStore.ts
+++ b/src/stores/ServicesStore.ts
@@ -472,6 +472,7 @@ export default class ServicesStore extends TypedStore {
472 isBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isBadgeEnabled, 472 isBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isBadgeEnabled,
473 isMediaBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isMediaBadgeEnabled, 473 isMediaBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isMediaBadgeEnabled,
474 trapLinkClicks: DEFAULT_SERVICE_SETTINGS.trapLinkClicks, 474 trapLinkClicks: DEFAULT_SERVICE_SETTINGS.trapLinkClicks,
475 useFavicon: DEFAULT_SERVICE_SETTINGS.useFavicon,
475 isMuted: DEFAULT_SERVICE_SETTINGS.isMuted, 476 isMuted: DEFAULT_SERVICE_SETTINGS.isMuted,
476 customIcon: DEFAULT_SERVICE_SETTINGS.customIcon, 477 customIcon: DEFAULT_SERVICE_SETTINGS.customIcon,
477 isDarkModeEnabled: DEFAULT_SERVICE_SETTINGS.isDarkModeEnabled, 478 isDarkModeEnabled: DEFAULT_SERVICE_SETTINGS.isDarkModeEnabled,