mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
Patch: expose trim ext{2,3,4} setting
Change-type: patch
This commit is contained in:
parent
638673ba5e
commit
b9a82be29b
@ -37,6 +37,10 @@ async function getSettingsList(): Promise<Setting[]> {
|
|||||||
name: 'errorReporting',
|
name: 'errorReporting',
|
||||||
label: i18next.t('settings.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)) {
|
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
|
||||||
list.push({
|
list.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user