aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-23 05:52:50 -0500
committerLibravatar GitHub <noreply@github.com>2022-05-23 10:52:50 +0000
commitba2ac8d2c9ebb9b45325acf455bf7bf2995cdddf (patch)
tree51d72e5c62e4b32e72adb6647faf7216f69ab952 /src/stores
parent6.0.0-nightly.44 [skip ci] (diff)
downloadferdium-app-ba2ac8d2c9ebb9b45325acf455bf7bf2995cdddf.tar.gz
ferdium-app-ba2ac8d2c9ebb9b45325acf455bf7bf2995cdddf.tar.zst
ferdium-app-ba2ac8d2c9ebb9b45325acf455bf7bf2995cdddf.zip
Add new service-level option 'trapLinkUrls' (#154)
This option can be used to allow the user to choose how to handle links (whether to open in the default browser or within the Ferdium service itself) Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to 'src/stores')
-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,