From 0bf13689d53bd493fb4d0a4213c1801013b5aa8a Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Mon, 27 Jun 2022 18:21:31 +0200 Subject: chore: transform containers/settings from js to tsx (#384) --- 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 499f7b9e0..60eb3053b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -276,6 +276,8 @@ export const DEFAULT_APP_SETTINGS = { enableLongPressServiceHint: false, proxyFeatureEnabled: false, onlyShowFavoritesInUnreadCount: false, + customTodoServer: '', + locale: 'en-US', }; export const DEFAULT_SERVICE_SETTINGS = { -- cgit v1.2.3-54-g00ecf