Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Feb 12, 2024
1 parent 70c0fa1 commit 49edcce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/kdbx_meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ class KdbxMeta extends KdbxNode implements KdbxNodeContext {
// customData[otherCustomDataEntry.key] = otherCustomDataEntry.value;
// }
// }
mergeKdbxMetaCustomDataWithDates(customData, other.customData, ctx, true);
mergeKdbxMetaCustomDataWithDates(
customData, other.customData, ctx, otherIsNewer);

// merge custom icons
// Unused icons will be cleaned up later
Expand Down

0 comments on commit 49edcce

Please sign in to comment.