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 499f7b9e0..60eb3053b 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -276,6 +276,8 @@ export const DEFAULT_APP_SETTINGS = {
276 enableLongPressServiceHint: false, 276 enableLongPressServiceHint: false,
277 proxyFeatureEnabled: false, 277 proxyFeatureEnabled: false,
278 onlyShowFavoritesInUnreadCount: false, 278 onlyShowFavoritesInUnreadCount: false,
279 customTodoServer: '',
280 locale: 'en-US',
279}; 281};
280 282
281export const DEFAULT_SERVICE_SETTINGS = { 283export const DEFAULT_SERVICE_SETTINGS = {