mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Always show encrypt widget for Replace.
This commit is contained in:
parent
4113207e00
commit
fd2d24d650
1 changed files with 1 additions and 1 deletions
|
@ -818,9 +818,9 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
|||
break;
|
||||
}
|
||||
case Erase:
|
||||
m_encryptWidget->show();
|
||||
case Replace:
|
||||
{
|
||||
m_encryptWidget->show();
|
||||
m_previewBeforeLabel->setText( tr( "Current:" ) );
|
||||
m_afterPartitionBarsView = new PartitionBarsView( m_previewAfterFrame );
|
||||
m_afterPartitionBarsView->setNestedPartitionsMode( mode );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue