[partition] Use the chosen replace-filesystem type

This commit is contained in:
Adriaan de Groot 2022-06-03 10:44:39 +02:00
parent 916b87e62e
commit c9be4c744f

View File

@ -871,7 +871,7 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current )
selectedDevice(),
selectedPartition,
{ gs->value( "defaultPartitionType" ).toString(),
gs->value( "defaultFileSystemType" ).toString(),
m_config->replaceModeFilesystem(),
m_encryptWidget->passphrase() } );
Partition* homePartition = findPartitionByPath( { selectedDevice() }, *homePartitionPath );