mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
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.
This commit is contained in:
parent
ce8f32e797
commit
3c19fdd193
20 changed files with 620 additions and 279 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue