From c9c067b286505621fbae3fc212638b45ae1c733a Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 4 Oct 2020 16:27:26 +0200 Subject: Add setting to enable nightly releases updates (#742) Co-authored-by: Amine Mouafik --- src/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.js') 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 = { serviceRibbonWidth: 68, iconSize: iconSizeBias, sentry: false, + nightly: false, navigationBarBehaviour: 'custom', }; -- cgit v1.2.3-54-g00ecf