From d14071f3503f768c9c0e040dee549be6a6b40e5f Mon Sep 17 00:00:00 2001 From: vantezzen Date: Tue, 17 Sep 2019 12:14:48 +0200 Subject: Implement #41 --- src/config.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js index 66789f2a4..77fb34d3c 100644 --- a/src/config.js +++ b/src/config.js @@ -31,6 +31,8 @@ export const DEVELOPMENT_TODOS_FRONTEND_URL = 'https://development--franz-todos. export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; +export const DEFAULT_LOCK_PASSWORD = 'ferdi'; + export const DEFAULT_APP_SETTINGS = { autoLaunchInBackground: false, runInBackground: true, @@ -51,6 +53,9 @@ export const DEFAULT_APP_SETTINGS = { enableGPUAcceleration: true, serviceLimit: 5, autohideMenuBar: false, + lockingFeatureEnabled: false, + locked: false, + lockedPassword: '', }; export const DEFAULT_FEATURES_CONFIG = { -- cgit v1.2.3-70-g09d2