Skip to content

Commit

Permalink
Translations and code format
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Dec 23, 2024
1 parent acb2f69 commit e1fa1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions share/translations/keepassxc_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,10 @@ Supported extensions are: %1.</source>
<source>Select import/export file</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Share recursively</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditGroupWidgetMain</name>
Expand Down
4 changes: 2 additions & 2 deletions src/keeshare/ShareExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace
targetMetadata->addCustomIcon(iconUuid, sourceDb->metadata()->customIcon(iconUuid));
}
}

void cloneEntries(Metadata* targetMetadata, const Group* sourceGroup, Group* targetGroup)
{
for (const Entry* sourceEntry : sourceGroup->entries()) {
Expand Down Expand Up @@ -110,7 +110,7 @@ namespace
targetRoot->setUpdateTimeinfo(updateTimeinfo);
cloneIcon(targetMetadata, sourceRoot->database(), targetRoot->iconUuid());
cloneEntries(targetMetadata, sourceRoot, targetRoot);
if(reference.recurse) {
if (reference.recurse) {
cloneChildren(targetMetadata, sourceRoot, targetRoot);
}

Expand Down

0 comments on commit e1fa1b8

Please sign in to comment.