From 04d1e0aaecdb0235d9a281b16f9eddccddb4cb57 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sat, 21 Aug 2021 16:32:10 +0530 Subject: Incorrect position while adding a new service when there were pre-existing services (#1820) --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.ts') 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; export const TODOS_PARTITION_ID = 'persist:todos'; export const CUSTOM_WEBSITE_RECIPE_ID = 'franz-custom-website'; + +export const DEFAULT_SERVICE_ORDER = 99; // something high enough that it gets added to the end of the already-added services on the left sidebar -- cgit v1.2.3-54-g00ecf