mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: replace with fspDirectAccess for better compatibility with various FileSources in ShowExtractDlg()
This commit is contained in:
parent
a7e860aa16
commit
5ccb678297
1 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ implementation
|
|||
uses
|
||||
Dialogs,
|
||||
uGlobs, uDCUtils, uShowMsg, uLng, DCStrUtils,
|
||||
uFileSourceProperty,
|
||||
uFileSourceOperation,
|
||||
uFileSystemFileSource,
|
||||
uArchiveFileSourceUtil,
|
||||
|
|
@ -161,7 +162,7 @@ begin
|
|||
end
|
||||
else
|
||||
// if filesystem
|
||||
if SourceFileSource.IsClass(TFileSystemFileSource) then
|
||||
if fspDirectAccess in SourceFileSource.Properties then
|
||||
begin
|
||||
// if archives count > 1 then put to queue
|
||||
if (Count > 1) and (QueueIdentifier = FreeOperationsQueueId) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue