FIX: Show macfuse drives (issue #1046)

(cherry picked from commit 211a9b894e)
This commit is contained in:
Alexander Koblov 2023-12-17 22:08:00 +03:00
commit 43cc2f4a7e

View file

@ -1129,6 +1129,8 @@ end;
Result := dtHardDisk
else if FSType = 'lifs' then
Result := dtHardDisk
else if FSType = 'macfuse' then
Result := dtHardDisk
else if FSType = 'ufsd_NTFS' then
Result := dtHardDisk
else if FSType = 'tuxera_ntfs' then