mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Implement KDBX 4.1 group tags
This commit is contained in:
@@ -259,6 +259,9 @@ void KdbxXmlWriter::writeGroup(const Group* group)
|
||||
writeUuid("UUID", group->uuid());
|
||||
writeString("Name", group->name());
|
||||
writeString("Notes", group->notes());
|
||||
if (!group->tags().isEmpty()) {
|
||||
writeString("Tags", group->tags());
|
||||
}
|
||||
writeNumber("IconID", group->iconNumber());
|
||||
|
||||
if (!group->iconUuid().isNull()) {
|
||||
|
||||
Reference in New Issue
Block a user