From 8599af64bc5893ea8e74367dfc9b6d9d6f54c428 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 19 Jun 2022 13:54:06 +0530 Subject: Add ability to enable the progressbar for each service (#301) --- src/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.ts') 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 = { isMuted: false, customIcon: false, isDarkModeEnabled: false, + isProgressbarEnabled: true, // Note: Do NOT change these default values. If they change, then the corresponding changes in the recipes needs to be done hasDirectMessages: true, hasIndirectMessages: false, -- cgit v1.2.3-54-g00ecf