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, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index d5f7a706b..4eb59c7bc 100644
--- a/src/config.js
+++ b/src/config.js
@@ -67,7 +67,7 @@ export const DEFAULT_APP_SETTINGS = {
67 // Ferdi specific options 67 // Ferdi specific options
68 server: LIVE_API, 68 server: LIVE_API,
69 // todoServer: PRODUCTION_TODOS_FRONTEND_URL, 69 // todoServer: PRODUCTION_TODOS_FRONTEND_URL,
70 todoServer: "https://todoist.com/app", 70 todoServer: 'https://todoist.com/app',
71 autohideMenuBar: false, 71 autohideMenuBar: false,
72 lockingFeatureEnabled: false, 72 lockingFeatureEnabled: false,
73 locked: false, 73 locked: false,