From 62e004617aca886d7672edf3a9e74f912c4c15fc Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 21 Jun 2022 18:52:32 +0530 Subject: Turn off the progressbar by default --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.ts') 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 = { isMuted: false, customIcon: false, isDarkModeEnabled: false, - isProgressbarEnabled: true, + isProgressbarEnabled: false, // 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-70-g09d2