mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix duplicate icon add in export
SharedObserver did not check for already added icons add during export leading to duplicate icons in the target db.
This commit is contained in:
committed by
Jonathan White
parent
771ecdba12
commit
05bee40f0a
@@ -57,6 +57,7 @@ private slots:
|
||||
void testUpdateGroupLocation();
|
||||
void testMergeAndSync();
|
||||
void testMergeCustomIcons();
|
||||
void testMergeDuplicateCustomIcons();
|
||||
void testMetadata();
|
||||
void testDeletedEntry();
|
||||
void testDeletedGroup();
|
||||
|
||||
Reference in New Issue
Block a user