UPD: improve prompt in TfrmMain.MoveFiles()

This commit is contained in:
rich2014 2026-06-10 19:41:41 +08:00
commit 56a26c8568

View file

@ -3921,15 +3921,10 @@ begin
if NOT bMove then begin
if params.consultResult = fscrNotImplemented then
begin
msgWarning(rsMsgNotImplemented);
Exit;
end
else
begin
msgWarning(rsMsgNotImplemented)
else if params.consultResult = fscrNotSupported then
msgWarning(rsMsgErrNotSupported);
Exit;
end;
Exit;
end;
if SourceFiles.Count = 0 then