mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Show macfuse drives (issue #1046)
(cherry picked from commit 211a9b894e)
This commit is contained in:
parent
16458d7759
commit
43cc2f4a7e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue