From 226257cd862451abccc28894e2b0a3270c6790e9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 11 Feb 2024 12:07:30 +0530 Subject: rename features to better convey type (without migration) --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.ts') 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 = { server: LIVE_FERDIUM_API, predefinedTodoServer: TODO_TODOIST_URL, autohideMenuBar: false, - lockingFeatureEnabled: false, + isLockingFeatureEnabled: false, locked: false, lockedPassword: '', useTouchIdToUnlock: true, @@ -452,7 +452,7 @@ export const DEFAULT_SERVICE_SETTINGS = { disablewebsecurity: false, spellcheckerLanguage: false, onlyShowFavoritesInUnreadCount: false, - proxyFeatureEnabled: false, + isProxyFeatureEnabled: false, proxyHost: '', proxyPort: 0, proxyUser: '', -- cgit v1.2.3-70-g09d2