mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Fix missing write of group notes.
This commit is contained in:
parent
c80be1dd84
commit
3c0efd6809
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ void KeePass2XmlWriter::writeGroup(const Group* group)
|
||||||
|
|
||||||
writeUuid("UUID", group->uuid());
|
writeUuid("UUID", group->uuid());
|
||||||
writeString("Name", group->name());
|
writeString("Name", group->name());
|
||||||
|
writeString("Notes", group->notes());
|
||||||
writeNumber("IconID", group->iconNumber());
|
writeNumber("IconID", group->iconNumber());
|
||||||
|
|
||||||
if (!group->iconUuid().isNull()) {
|
if (!group->iconUuid().isNull()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue