mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Shell file source - disable copy/move operations (they do not work with portable devices)
This commit is contained in:
parent
2fbb593b0c
commit
49c7afa4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ end;
|
|||
function TShellFileSource.GetOperationsTypes: TFileSourceOperationTypes;
|
||||
begin
|
||||
Result := [fsoList, fsoExecute, fsoDelete, fsoCreateDirectory,
|
||||
fsoMove, fsoCopy, fsoCopyIn, fsoCopyOut, fsoSetFileProperty,
|
||||
fsoCopyIn, fsoCopyOut, fsoSetFileProperty,
|
||||
fsoCalcStatistics];
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue