UPD: improve copying multi difference paths from Stash FileSource

This commit is contained in:
rich2014 2026-06-12 19:14:04 +08:00
commit 33bf56ea9b

View file

@ -177,7 +177,7 @@ begin
case params.operationType of
fsoCopy: begin
if (params.resultFS=params.partnerFS) then begin
params.files.Path:= params.files[0].Path;
params.files.setPathBaseOnAllFiles;
params.handled:= True;
end;
end