hfs+ update
This commit is contained in:
@@ -6,6 +6,7 @@ import { FAT12_16Filesystem, FAT32Filesystem } from './filesystems/fat.js';
|
||||
import { NTFSFilesystem } from './filesystems/ntfs.js';
|
||||
import { ExFATFilesystem } from './filesystems/exfat.js';
|
||||
import { EXTFilesystem } from './filesystems/ext.js';
|
||||
import { HFSPlusFilesystem } from './filesystems/hfsplus.js';
|
||||
import { initializeUXEnhancements } from './ux-enhancements.js';
|
||||
|
||||
class FilesystemCalculator {
|
||||
@@ -15,7 +16,8 @@ class FilesystemCalculator {
|
||||
new FAT32Filesystem(),
|
||||
new NTFSFilesystem(),
|
||||
new ExFATFilesystem(),
|
||||
new EXTFilesystem()
|
||||
new EXTFilesystem(),
|
||||
new HFSPlusFilesystem()
|
||||
];
|
||||
this.calculator = new Calculator();
|
||||
this.activeTab = null;
|
||||
|
||||
Reference in New Issue
Block a user