mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-25 15:55:38 -04:00
Merge branch 'release/2.4.0' into develop
This commit is contained in:
commit
fa459b0d1e
297 changed files with 129410 additions and 151299 deletions
|
@ -367,6 +367,10 @@ void KdbxXmlReader::parseIcon()
|
|||
}
|
||||
|
||||
if (uuidSet && iconSet) {
|
||||
// Check for duplicate UUID (corruption)
|
||||
if (m_meta->containsCustomIcon(uuid)) {
|
||||
uuid = QUuid::createUuid();
|
||||
}
|
||||
m_meta->addCustomIcon(uuid, icon);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue