Patch: expose trim ext{2,3,4} setting

Change-type: patch
This commit is contained in:
builder555 2022-12-15 20:21:45 -05:00
parent 638673ba5e
commit b9a82be29b

View File

@ -37,6 +37,10 @@ async function getSettingsList(): Promise<Setting[]> {
name: 'errorReporting',
label: i18next.t('settings.errorReporting'),
},
{
name: 'autoBlockmapping',
label: 'Trim ext{2,3,4} partitions before writing (raw images only)',
},
];
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
list.push({