aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:27:26 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-04 15:27:26 +0100
commitc9c067b286505621fbae3fc212638b45ae1c733a (patch)
treebeb3001b26ec3ffc05528d11fe60033971655a7c /src/config.js
parentFine-tune nightly releases scripts (diff)
downloadferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.tar.gz
ferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.tar.zst
ferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.zip
Add setting to enable nightly releases updates (#742)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
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 f9eecf375..c53ec7da9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -130,6 +130,7 @@ export const DEFAULT_APP_SETTINGS = {
130 serviceRibbonWidth: 68, 130 serviceRibbonWidth: 68,
131 iconSize: iconSizeBias, 131 iconSize: iconSizeBias,
132 sentry: false, 132 sentry: false,
133 nightly: false,
133 navigationBarBehaviour: 'custom', 134 navigationBarBehaviour: 'custom',
134}; 135};
135 136