keyfile paths are saved by default, see #325

This commit is contained in:
antelle 2020-12-03 21:09:51 +01:00
parent 9e5fb90bd6
commit bbd7f9c6d6
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const DefaultAppSettings = {
clipboardSeconds: 0, // number of seconds after which the clipboard will be cleared
autoSave: true, // auto-save open files
autoSaveInterval: 0, // interval between performing automatic sync, minutes
rememberKeyFiles: false, // remember keyfiles selected on the Open screen
rememberKeyFiles: 'path', // remember keyfiles selected on the Open screen
idleMinutes: 15, // app lock timeout after inactivity, minutes
minimizeOnClose: false, // minimise the app instead of closing
tableView: false, // view entries as a table instead of list

View File

@ -4,6 +4,7 @@ Release notes
`+` Argon2id KDF support
`-` fix #1637: git commit in the About box
`-` fixed some design glitches
`*` keyfile paths are saved by default
##### v1.16.0 (2020-11-29)
`+` updated icons and visual design