From ba2ac8d2c9ebb9b45325acf455bf7bf2995cdddf Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 23 May 2022 05:52:50 -0500 Subject: Add new service-level option 'trapLinkUrls' (#154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/stores/ServicesStore.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stores/ServicesStore.js') 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 { isWakeUpEnabled: DEFAULT_SERVICE_SETTINGS.isWakeUpEnabled, isNotificationEnabled: DEFAULT_SERVICE_SETTINGS.isNotificationEnabled, isBadgeEnabled: DEFAULT_SERVICE_SETTINGS.isBadgeEnabled, + trapLinkClicks: DEFAULT_SERVICE_SETTINGS.trapLinkClicks, isMuted: DEFAULT_SERVICE_SETTINGS.isMuted, customIcon: DEFAULT_SERVICE_SETTINGS.customIcon, isDarkModeEnabled: DEFAULT_SERVICE_SETTINGS.isDarkModeEnabled, -- cgit v1.2.3-70-g09d2