aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-19 13:54:06 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-19 08:24:06 +0000
commit8599af64bc5893ea8e74367dfc9b6d9d6f54c428 (patch)
treefd0dbe82c4fce58b15b002ba03fcd16e05ed7925 /src/config.ts
parentAdd manual trigger for GH workflow to publsih homebrew tap [skip ci] (diff)
downloadferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.tar.gz
ferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.tar.zst
ferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.zip
Add ability to enable the progressbar for each service (#301)
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 2aad2e931..8b61b5698 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -282,6 +282,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
282 isMuted: false, 282 isMuted: false,
283 customIcon: false, 283 customIcon: false,
284 isDarkModeEnabled: false, 284 isDarkModeEnabled: false,
285 isProgressbarEnabled: true,
285 // Note: Do NOT change these default values. If they change, then the corresponding changes in the recipes needs to be done 286 // Note: Do NOT change these default values. If they change, then the corresponding changes in the recipes needs to be done
286 hasDirectMessages: true, 287 hasDirectMessages: true,
287 hasIndirectMessages: false, 288 hasIndirectMessages: false,