mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002631] Mounted .dmg images should be shown in the drives list
This commit is contained in:
parent
7a898460a3
commit
ecf2b4a219
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue