mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
Implement 'Save Database Backup' option
Add an option in the 'Database' menu to save a backup of the current database. Add unit test for saving database copy * Open a test database, mark it as modified, and save a copy * Fail if the copy is not a valid database * Fail if the original database is saved * Fail if the original database is no longer marked as modified
This commit is contained in:
parent
2237cf0188
commit
45848c3f61
12 changed files with 167 additions and 59 deletions
|
@ -86,6 +86,7 @@ map() {
|
|||
document-properties) echo file-edit-outline ;;
|
||||
document-save) echo content-save-outline ;;
|
||||
document-save-as) echo content-save-all-outline ;;
|
||||
document-save-copy) echo content-save-move-outline ;;
|
||||
donate) echo gift-outline ;;
|
||||
edit-clear-locationbar-ltr) echo backspace-reverse-outline ;;
|
||||
edit-clear-locationbar-rtl) echo backspace-outline ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue