FIX: Bug [0002631] Mounted .dmg images should be shown in the drives list

This commit is contained in:
Alexander Koblov 2021-03-28 14:01:39 +03:00
commit ecf2b4a219

View file

@ -1072,6 +1072,8 @@ end;
{$IF DEFINED(DARWIN)}
else if FSType = 'hfs' then
Result := dtHardDisk
else if FSType = 'apfs' then
Result := dtHardDisk
else if FSType = 'ntfs' then
Result := dtHardDisk
else if FSType = 'msdos' then