[partition] Fix merge error

This commit is contained in:
dalto 2023-02-18 15:36:35 -06:00
parent ad0656953e
commit c54ce69e67

View File

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