aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index ea36be1f9..c6c31ce23 100644
--- a/src/config.js
+++ b/src/config.js
@@ -63,6 +63,7 @@ export const DEFAULT_APP_SETTINGS = {
63 scheduledDNDStart: '17:00', 63 scheduledDNDStart: '17:00',
64 scheduledDNDEnd: '09:00', 64 scheduledDNDEnd: '09:00',
65 hibernate: false, 65 hibernate: false,
66 noUpdates: false,
66}; 67};
67 68
68export const DEFAULT_FEATURES_CONFIG = { 69export const DEFAULT_FEATURES_CONFIG = {