mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01: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:
committed by
Jonathan White
parent
2237cf0188
commit
45848c3f61
@@ -23,6 +23,7 @@
|
||||
<file>application/scalable/actions/document-properties.svg</file>
|
||||
<file>application/scalable/actions/document-save.svg</file>
|
||||
<file>application/scalable/actions/document-save-as.svg</file>
|
||||
<file>application/scalable/actions/document-save-copy.svg</file>
|
||||
<file>application/scalable/actions/donate.svg</file>
|
||||
<file>application/scalable/actions/edit-clear-locationbar-ltr.svg</file>
|
||||
<file>application/scalable/actions/edit-clear-locationbar-rtl.svg</file>
|
||||
|
||||
Reference in New Issue
Block a user