mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Don't show size for link to directory under Unix
This commit is contained in:
parent
4a282f39f7
commit
d8a50cc157
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ begin
|
|||
lblFolder.Caption:= Path;
|
||||
|
||||
// Size
|
||||
hasSize := (fpSize in SupportedProperties) and (not IsLink);
|
||||
hasSize := (fpSize in SupportedProperties) and (not IsLinkToDirectory);
|
||||
if hasSize then
|
||||
begin
|
||||
if IsDirectory and (fsoCalcStatistics in FFileSource.GetOperationsTypes) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue