aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:32:19 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:32:19 +0200
commitf941074dd7520efb63e9507294df8c420715b9df (patch)
tree614d03296254f02fe93a67a5c3b2feef1446e3aa /src/config.js
parentDon't invalidate user request on componentWillMount (diff)
parentfeat(App): Update electron to 4.1.4 (diff)
downloadferdium-app-f941074dd7520efb63e9507294df8c420715b9df.tar.gz
ferdium-app-f941074dd7520efb63e9507294df8c420715b9df.tar.zst
ferdium-app-f941074dd7520efb63e9507294df8c420715b9df.zip
Merge branch 'develop' into chore/streamline-dashboard
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 05ee07ee5..0a47aa7d7 100644
--- a/src/config.js
+++ b/src/config.js
@@ -50,6 +50,8 @@ export const DEFAULT_FEATURES_CONFIG = {
50 }, 50 },
51 isServiceProxyEnabled: false, 51 isServiceProxyEnabled: false,
52 isServiceProxyPremiumFeature: true, 52 isServiceProxyPremiumFeature: true,
53 isWorkspacePremiumFeature: true,
54 isWorkspaceEnabled: false,
53}; 55};
54 56
55export const DEFAULT_WINDOW_OPTIONS = { 57export const DEFAULT_WINDOW_OPTIONS = {