aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js5
1 files changed, 5 insertions, 0 deletions
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.
31 31
32export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 32export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
33 33
34export const DEFAULT_LOCK_PASSWORD = 'ferdi';
35
34export const DEFAULT_APP_SETTINGS = { 36export const DEFAULT_APP_SETTINGS = {
35 autoLaunchInBackground: false, 37 autoLaunchInBackground: false,
36 runInBackground: true, 38 runInBackground: true,
@@ -51,6 +53,9 @@ export const DEFAULT_APP_SETTINGS = {
51 enableGPUAcceleration: true, 53 enableGPUAcceleration: true,
52 serviceLimit: 5, 54 serviceLimit: 5,
53 autohideMenuBar: false, 55 autohideMenuBar: false,
56 lockingFeatureEnabled: false,
57 locked: false,
58 lockedPassword: '',
54}; 59};
55 60
56export const DEFAULT_FEATURES_CONFIG = { 61export const DEFAULT_FEATURES_CONFIG = {