aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-11 12:07:30 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 17:43:49 +0000
commit226257cd862451abccc28894e2b0a3270c6790e9 (patch)
tree3c6516bfe1bcc258ce40afa6af6cbd9582961ad9 /src/config.ts
parentUpdate dependabot.yml to handle both app and GHA dependencies (diff)
downloadferdium-app-226257cd862451abccc28894e2b0a3270c6790e9.tar.gz
ferdium-app-226257cd862451abccc28894e2b0a3270c6790e9.tar.zst
ferdium-app-226257cd862451abccc28894e2b0a3270c6790e9.zip
rename features to better convey type
(without migration)
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index 6e89cb9d1..055fc9ad1 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -380,7 +380,7 @@ export const DEFAULT_APP_SETTINGS = {
380 server: LIVE_FERDIUM_API, 380 server: LIVE_FERDIUM_API,
381 predefinedTodoServer: TODO_TODOIST_URL, 381 predefinedTodoServer: TODO_TODOIST_URL,
382 autohideMenuBar: false, 382 autohideMenuBar: false,
383 lockingFeatureEnabled: false, 383 isLockingFeatureEnabled: false,
384 locked: false, 384 locked: false,
385 lockedPassword: '', 385 lockedPassword: '',
386 useTouchIdToUnlock: true, 386 useTouchIdToUnlock: true,
@@ -452,7 +452,7 @@ export const DEFAULT_SERVICE_SETTINGS = {
452 disablewebsecurity: false, 452 disablewebsecurity: false,
453 spellcheckerLanguage: false, 453 spellcheckerLanguage: false,
454 onlyShowFavoritesInUnreadCount: false, 454 onlyShowFavoritesInUnreadCount: false,
455 proxyFeatureEnabled: false, 455 isProxyFeatureEnabled: false,
456 proxyHost: '', 456 proxyHost: '',
457 proxyPort: 0, 457 proxyPort: 0,
458 proxyUser: '', 458 proxyUser: '',