Use the merged stash IDs by default (#6152)

This commit is contained in:
smith113-p 2025-10-19 21:59:36 -04:00 committed by GitHub
parent cee68ab87b
commit 97ca5a28d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -305,8 +305,7 @@ const SceneMergeDetails: React.FC<ISceneMergeDetailsProps> = ({
.filter((s, index, a) => {
// remove entries with duplicate endpoints
return index === a.findIndex((ss) => ss.endpoint === s.endpoint);
}),
!dest.stash_ids.length
})
)
);