Browse Source

ADD: DARWIN: new FileSystemType 'lifs' supported in MacOS 13 (#687)

rich2014 2 năm trước cách đây
mục cha
commit
52a9d37f9c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/platform/udrivewatcher.pas

+ 2 - 0
src/platform/udrivewatcher.pas

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