aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index a788f0f54..b4705105d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -47,6 +47,7 @@ export const DEFAULT_APP_SETTINGS = {
47 autoLaunchInBackground: false, 47 autoLaunchInBackground: false,
48 runInBackground: true, 48 runInBackground: true,
49 enableSystemTray: true, 49 enableSystemTray: true,
50 startMinimized: false,
50 minimizeToSystemTray: false, 51 minimizeToSystemTray: false,
51 privateNotifications: false, 52 privateNotifications: false,
52 showDisabledServices: true, 53 showDisabledServices: true,
@@ -80,6 +81,7 @@ export const DEFAULT_APP_SETTINGS = {
80 adaptableDarkMode: true, 81 adaptableDarkMode: true,
81 accentColor: '#7367f0', 82 accentColor: '#7367f0',
82 serviceRibbonWidth: 68, 83 serviceRibbonWidth: 68,
84 sentry: false,
83}; 85};
84 86
85export const DEFAULT_FEATURES_CONFIG = { 87export const DEFAULT_FEATURES_CONFIG = {