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 7de6b3e46..789e31fe3 100644
--- a/src/config.js
+++ b/src/config.js
@@ -62,6 +62,7 @@ export const DEFAULT_APP_SETTINGS = {
62 scheduledDNDEnabled: false, 62 scheduledDNDEnabled: false,
63 scheduledDNDStart: '17:00', 63 scheduledDNDStart: '17:00',
64 scheduledDNDEnd: '09:00', 64 scheduledDNDEnd: '09:00',
65 hibernate: false,
65}; 66};
66 67
67export const DEFAULT_FEATURES_CONFIG = { 68export const DEFAULT_FEATURES_CONFIG = {