aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index fd1b1cced..73ea25343 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -424,6 +424,7 @@ export const DEFAULT_APP_SETTINGS = {
424 customTodoServer: '', 424 customTodoServer: '',
425 locale: 'en-US', 425 locale: 'en-US',
426 keepAllWorkspacesLoaded: false, 426 keepAllWorkspacesLoaded: false,
427 useSelfSignedCertificates: false,
427}; 428};
428 429
429export const DEFAULT_SERVICE_SETTINGS = { 430export const DEFAULT_SERVICE_SETTINGS = {