From d1c623f4c3d72c859f9ad9cb985be127d6a3eb62 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:28:04 +0100 Subject: feat: Add Download Manager (pause, stop, delete) (#1339) --- 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 21a7462b9..d8b028104 100644 --- a/src/config.ts +++ b/src/config.ts @@ -424,6 +424,7 @@ export const DEFAULT_APP_SETTINGS = { hideWorkspacesButton: false, hideNotificationsButton: false, hideSettingsButton: false, + hideDownloadButton: false, alwaysShowWorkspaces: false, liftSingleInstanceLock: false, enableLongPressServiceHint: false, -- cgit v1.2.3-70-g09d2