Skip to content

Commit

Permalink
fix: storing keepEvernoteLinkIfNoNoteFound fixed (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Mar 7, 2024
1 parent 02d26ad commit 97885a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/settingsMapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const mapSettingsToYarleOptions = (): YarleOptions => {
useUniqueUnknownFileNames: store.get('useUniqueUnknownFileNames') as boolean,
useLevenshteinForLinks: store.get('useLevenshteinForLinks') as boolean,
keepFontColors: store.get('keepFontColors') as boolean,
keepEvernoteLinkIfNoNoteFound: store.get('keepEvernoteLinkIfNoNoteFound') as boolean,
sanitizeResourceNameSpaces: store.get('sanitizeResourceNameSpaces') as boolean,
replacementChar: store.get('replacementChar') as string,
replacementCharacterMap: loadJSONSafely(store.get('replacementCharacterMap'), DefaultRootType.object) as CharacterMap,
Expand Down

0 comments on commit 97885a9

Please sign in to comment.