mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
[partition] Apply format
This commit is contained in:
parent
56e37d0abb
commit
250678627a
1 changed files with 2 additions and 1 deletions
|
@ -1063,7 +1063,8 @@ ChoicePage::updateActionChoicePreview( InstallChoice choice )
|
||||||
case InstallChoice::Erase:
|
case InstallChoice::Erase:
|
||||||
case InstallChoice::Replace:
|
case InstallChoice::Replace:
|
||||||
{
|
{
|
||||||
m_encryptWidget->setVisible( m_enableEncryptionWidget && m_eraseFsTypesChoiceComboBox->currentText() != "zfs" && choice == InstallChoice::Erase );
|
m_encryptWidget->setVisible( m_enableEncryptionWidget && m_eraseFsTypesChoiceComboBox->currentText() != "zfs"
|
||||||
|
&& choice == InstallChoice::Erase );
|
||||||
m_previewBeforeLabel->setText( tr( "Current:" ) );
|
m_previewBeforeLabel->setText( tr( "Current:" ) );
|
||||||
m_afterPartitionBarsView = new PartitionBarsView( m_previewAfterFrame );
|
m_afterPartitionBarsView = new PartitionBarsView( m_previewAfterFrame );
|
||||||
m_afterPartitionBarsView->setNestedPartitionsMode( mode );
|
m_afterPartitionBarsView->setNestedPartitionsMode( mode );
|
||||||
|
|
Loading…
Add table
Reference in a new issue