mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Add encryption support in PartitionActions::doReplacePartition.
This commit is contained in:
parent
6cd1bf6b3d
commit
e84108e234
3 changed files with 34 additions and 12 deletions
|
@ -661,7 +661,8 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current,
|
|||
if ( selectedPartition )
|
||||
PartitionActions::doReplacePartition( m_core,
|
||||
selectedDevice(),
|
||||
selectedPartition );
|
||||
selectedPartition,
|
||||
m_encryptWidget->passphrase() );
|
||||
}
|
||||
} ),
|
||||
[=]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue