aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 055fc9ad1..5b9a5eaba 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -360,6 +360,8 @@ export const DEFAULT_APP_SETTINGS = {
360 clipboardNotifications: true, 360 clipboardNotifications: true,
361 notifyTaskBarOnMessage: false, 361 notifyTaskBarOnMessage: false,
362 showDisabledServices: true, 362 showDisabledServices: true,
363 isTwoFactorAutoCatcherEnabled: false,
364 twoFactorAutoCatcherMatcher: 'token, code, sms, verify',
363 showServiceName: false, 365 showServiceName: false,
364 showMessageBadgeWhenMuted: true, 366 showMessageBadgeWhenMuted: true,
365 showDragArea: false, 367 showDragArea: false,