Skip to content
Snippets Groups Projects
Commit fd2d24d6 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Always show encrypt widget for Replace.

parent 4113207e
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment