aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-29 11:17:04 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-29 11:17:04 +0100
commit469bc0ee855f5ca46a781213f0959b7841fadaf3 (patch)
tree428cfd5359d992bc0a8b9855d3d8a57301068a6a /src/config.js
parentBump version number (diff)
downloadferdium-app-469bc0ee855f5ca46a781213f0959b7841fadaf3.tar.gz
ferdium-app-469bc0ee855f5ca46a781213f0959b7841fadaf3.tar.zst
ferdium-app-469bc0ee855f5ca46a781213f0959b7841fadaf3.zip
#179 Add inactivity timer
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 060b6e8cb..a788f0f54 100644
--- a/src/config.js
+++ b/src/config.js
@@ -73,6 +73,7 @@ export const DEFAULT_APP_SETTINGS = {
73 scheduledDNDEnd: '09:00', 73 scheduledDNDEnd: '09:00',
74 hibernate: false, 74 hibernate: false,
75 hibernationStrategy: 300, 75 hibernationStrategy: 300,
76 inactivityLock: 0,
76 noUpdates: false, 77 noUpdates: false,
77 showServiceNavigationBar: false, 78 showServiceNavigationBar: false,
78 universalDarkMode: true, 79 universalDarkMode: true,