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:
authorWolfram Rösler <wolfram@roesler-ac.de>2020-04-03 23:01:00 +0300
committerJonathan White <support@dmapps.us>2020-05-09 03:51:11 +0300
commit3c19fdd193336c9830fa112a720b42292c37e28b (patch)
treee260d462d3d90c56cf56580a3d3b45d62f738fb7 /utils
parentce8f32e7973b7f58eb360dd641c8e9b9f990dda3 (diff)
Reports: Add "Known Bad" flag for entries
* Fixes #4168 * Introduce a custom data element stored with an entry to indicate that it is a "Known Bad" entry. This flag causes database reports to skip these entries. * The current number of known bad entries is displayed in the statistics report. * Add context menu to reports to easily exclude entries.
Diffstat (limited to 'utils')
-rw-r--r--utils/makeicons.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/makeicons.sh b/utils/makeicons.sh
index d4a8848e1..61ee74e4d 100644
--- a/utils/makeicons.sh
+++ b/utils/makeicons.sh
@@ -117,6 +117,8 @@ map() {
preferences-other) echo file-document-edit-outline ;;
preferences-desktop-icons) echo emoticon-happy-outline ;;
preferences-system-network-sharing) echo lan ;;
+ reports) echo lightbulb-on-outline ;;
+ reports-exclude) echo lightbulb-off-outline ;;
security-high) echo shield-outline ;;
sort-alphabetical-ascending) echo sort-alphabetical-ascending ;;
sort-alphabetical-descending) echo sort-alphabetical-descending ;;