aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:16:18 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:16:18 +0100
commit3eb55287d9df74dae7e8196487e7038fec04d4ce (patch)
treeb58ec428c018102b49ee719532a3c27e140d2a78 /src/config.js
parentImprove Ferdi's design (#977) (diff)
downloadferdium-app-3eb55287d9df74dae7e8196487e7038fec04d4ce.tar.gz
ferdium-app-3eb55287d9df74dae7e8196487e7038fec04d4ce.tar.zst
ferdium-app-3eb55287d9df74dae7e8196487e7038fec04d4ce.zip
Add vertical style and "Always show workspace drawer" setting (#567)
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index c610534f6..8a46d8083 100644
--- a/src/config.js
+++ b/src/config.js
@@ -132,6 +132,8 @@ export const DEFAULT_APP_SETTINGS = {
132 sentry: false, 132 sentry: false,
133 nightly: false, 133 nightly: false,
134 navigationBarBehaviour: 'custom', 134 navigationBarBehaviour: 'custom',
135 useVerticalStyle: false,
136 alwaysShowWorkspaces: false,
135}; 137};
136 138
137export const DEFAULT_FEATURES_CONFIG = { 139export const DEFAULT_FEATURES_CONFIG = {