aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-21 16:32:10 +0530
committerLibravatar GitHub <noreply@github.com>2021-08-21 16:32:10 +0530
commit04d1e0aaecdb0235d9a281b16f9eddccddb4cb57 (patch)
tree533d9ced0128aa28d56d58430a757b166c809804 /src/config.ts
parentchore: added TODO and regenerated file [skip ci] (diff)
downloadferdium-app-04d1e0aaecdb0235d9a281b16f9eddccddb4cb57.tar.gz
ferdium-app-04d1e0aaecdb0235d9a281b16f9eddccddb4cb57.tar.zst
ferdium-app-04d1e0aaecdb0235d9a281b16f9eddccddb4cb57.zip
Incorrect position while adding a new service when there were pre-existing services (#1820)
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