mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix missing write of group notes.
This commit is contained in:
parent
c80be1dd84
commit
3c0efd6809
@ -174,6 +174,7 @@ void KeePass2XmlWriter::writeGroup(const Group* group)
|
||||
|
||||
writeUuid("UUID", group->uuid());
|
||||
writeString("Name", group->name());
|
||||
writeString("Notes", group->notes());
|
||||
writeNumber("IconID", group->iconNumber());
|
||||
|
||||
if (!group->iconUuid().isNull()) {
|
||||
|
Loading…
Reference in New Issue
Block a user