You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Use Electron safeStorage
for keychain support (#10535)
This commit is contained in:
@ -928,6 +928,7 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
collapsedFolderIds: { value: [] as string[], type: SettingItemType.Array, public: false },
|
||||
|
||||
'keychain.supported': { value: -1, type: SettingItemType.Int, public: false },
|
||||
'keychain.lastAvailableDrivers': { value: [] as string[], type: SettingItemType.Array, public: false },
|
||||
'db.ftsEnabled': { value: -1, type: SettingItemType.Int, public: false },
|
||||
'db.fuzzySearchEnabled': { value: -1, type: SettingItemType.Int, public: false },
|
||||
'encryption.enabled': { value: false, type: SettingItemType.Bool, public: false },
|
||||
|
Reference in New Issue
Block a user