aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
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 47d22ca7d..e7745b61d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -42,6 +42,8 @@ export const DEFAULT_FEATURES_CONFIG = {
42 isServiceProxyEnabled: false, 42 isServiceProxyEnabled: false,
43 isServiceProxyPremiumFeature: true, 43 isServiceProxyPremiumFeature: true,
44 isAnnouncementsEnabled: true, 44 isAnnouncementsEnabled: true,
45 isWorkspacePremiumFeature: true,
46 isWorkspaceEnabled: false,
45}; 47};
46 48
47export const DEFAULT_WINDOW_OPTIONS = { 49export const DEFAULT_WINDOW_OPTIONS = {