aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:21:03 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:21:03 +0200
commit4a468ce53865e4f2dcc6b2c395fc158cde1f17dc (patch)
tree8e27953513fff38000ac2c3ca9be4229e52fb2f5 /src/config.js
parentFix merge errors (diff)
downloadferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.tar.gz
ferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.tar.zst
ferdium-app-4a468ce53865e4f2dcc6b2c395fc158cde1f17dc.zip
Add option to always show service navigation bar
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 cd1b2a6c2..924d139a2 100644
--- a/src/config.js
+++ b/src/config.js
@@ -75,6 +75,7 @@ export const DEFAULT_APP_SETTINGS = {
75 hibernate: false, 75 hibernate: false,
76 hibernationStrategy: 300, 76 hibernationStrategy: 300,
77 noUpdates: false, 77 noUpdates: false,
78 showServiceNavigationBar: false,
78}; 79};
79 80
80export const DEFAULT_FEATURES_CONFIG = { 81export const DEFAULT_FEATURES_CONFIG = {