aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 4bd1ca155..e4baf27c5 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -456,4 +456,5 @@ export const DEFAULT_SERVICE_SETTINGS = {
456 hasHostedOption: false, 456 hasHostedOption: false,
457 allowFavoritesDelineationInUnreadCount: false, 457 allowFavoritesDelineationInUnreadCount: false,
458 disablewebsecurity: false, 458 disablewebsecurity: false,
459 spellcheckerLanguage: false,
459}; 460};