Add APFS and HFS/HFS+ to RECOMMENDED_MAP_FSTYPES
This commit is contained in:
parent
6eb75c38a3
commit
ad1adba837
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ PANE_RATIOS = (
|
|||
)
|
||||
PLATFORM = std.PLATFORM
|
||||
RECOMMENDED_FSTYPES = re.compile(r'^(ext[234]|ntfs|xfs)$')
|
||||
RECOMMENDED_MAP_FSTYPES = re.compile(r'^(cifs|ext[234]|ntfs|vfat|xfs)$')
|
||||
RECOMMENDED_MAP_FSTYPES = re.compile(
|
||||
r'^(apfs|cifs|ext[234]|hfs.?|ntfs|vfat|xfs)$'
|
||||
)
|
||||
SETTING_PRESETS = (
|
||||
'Default',
|
||||
'Fast',
|
||||
|
|
|
|||
Loading…
Reference in a new issue