aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
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/config.ts
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/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 c72edb012..f602f473b 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -272,6 +272,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
272 isWakeUpEnabled: true, 272 isWakeUpEnabled: true,
273 isNotificationEnabled: true, 273 isNotificationEnabled: true,
274 isBadgeEnabled: true, 274 isBadgeEnabled: true,
275 trapLinkClicks: false,
275 isMuted: false, 276 isMuted: false,
276 customIcon: false, 277 customIcon: false,
277 isDarkModeEnabled: false, 278 isDarkModeEnabled: false,