aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-21 18:52:32 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-21 20:11:56 +0530
commit62e004617aca886d7672edf3a9e74f912c4c15fc (patch)
tree0a584ee833e7fe8fcd0d1a5be26920e857a08857 /src/config.ts
parentfix reddit action (diff)
downloadferdium-app-62e004617aca886d7672edf3a9e74f912c4c15fc.tar.gz
ferdium-app-62e004617aca886d7672edf3a9e74f912c4c15fc.tar.zst
ferdium-app-62e004617aca886d7672edf3a9e74f912c4c15fc.zip
Turn off the progressbar by default
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index e8ffb83f8..a00b5c142 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -283,7 +283,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
283 isMuted: false, 283 isMuted: false,
284 customIcon: false, 284 customIcon: false,
285 isDarkModeEnabled: false, 285 isDarkModeEnabled: false,
286 isProgressbarEnabled: true, 286 isProgressbarEnabled: false,
287 // Note: Do NOT change these default values. If they change, then the corresponding changes in the recipes needs to be done 287 // Note: Do NOT change these default values. If they change, then the corresponding changes in the recipes needs to be done
288 hasDirectMessages: true, 288 hasDirectMessages: true,
289 hasIndirectMessages: false, 289 hasIndirectMessages: false,