mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix custom icon parser
This commit is contained in:
@@ -734,10 +734,10 @@ class DatabaseInputKDBX(cacheDirectory: File,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
customIconID = DatabaseVersioned.UUID_ZERO
|
||||
customIconName = ""
|
||||
customIconLastModificationTime = null
|
||||
customIconData = null
|
||||
|
||||
return KdbContext.CustomIcons
|
||||
} else if (ctx == KdbContext.Binaries && name.equals(DatabaseKDBXXML.ElemBinaries, ignoreCase = true)) {
|
||||
return KdbContext.Meta
|
||||
|
||||
Reference in New Issue
Block a user