1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Add option to disable the automiatic deletion of un-referenced attachments -> might fix #3203

This commit is contained in:
ehhc
2019-08-26 18:07:04 +02:00
committed by Junyoung Choi
parent 857e75594d
commit cf324d93fe
5 changed files with 26 additions and 7 deletions

View File

@@ -75,8 +75,8 @@ export const DEFAULT_CONFIG = {
"tabWidth": 4,
"semi": false,
"singleQuote": true
}`
}`,
deleteUnusedAttachments: true
},
preview: {
fontSize: '14',