aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 005dd3601..0647b8f52 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -181,3 +181,5 @@ export const DEFAULT_IS_FEATURE_ENABLED_BY_USER = true;
181export const TODOS_PARTITION_ID = 'persist:todos'; 181export const TODOS_PARTITION_ID = 'persist:todos';
182 182
183export const CUSTOM_WEBSITE_RECIPE_ID = 'franz-custom-website'; 183export const CUSTOM_WEBSITE_RECIPE_ID = 'franz-custom-website';
184
185export const DEFAULT_SERVICE_ORDER = 99; // something high enough that it gets added to the end of the already-added services on the left sidebar