aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 3a728b55e..c85228d07 100644
--- a/src/config.js
+++ b/src/config.js
@@ -283,3 +283,6 @@ export const PLANS_MAPPING = {
283 'franz-supporter-license-year-2019': PLANS.LEGACY, 283 'franz-supporter-license-year-2019': PLANS.LEGACY,
284 free: PLANS.FREE, 284 free: PLANS.FREE,
285}; 285};
286
287
288export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;