Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Meyer <apmeyer@bgsu.edu>2020-05-09 06:48:03 +0300
committerJonathan White <support@dmapps.us>2020-05-16 18:00:27 +0300
commit45848c3f611b88015c8227be197baac07a284b3d (patch)
tree04f2706254702c443a01cd09308acfbd1473338f /utils
parent2237cf0188af38898e1492f5d7ce2c0f087c8f35 (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/makeicons.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/makeicons.sh b/utils/makeicons.sh
index 61ee74e4d..c9753a639 100644
--- a/utils/makeicons.sh
+++ b/utils/makeicons.sh
@@ -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 ;;