mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[partition] Simplify next()
This commit is contained in:
parent
6071489788
commit
cece01e3c5
1 changed files with 0 additions and 13 deletions
|
@ -292,20 +292,7 @@ PartitionViewStep::next()
|
||||||
if ( m_core->isDirty() )
|
if ( m_core->isDirty() )
|
||||||
m_manualPartitionPage->onRevertClicked();
|
m_manualPartitionPage->onRevertClicked();
|
||||||
}
|
}
|
||||||
else if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if ( m_choicePage->currentChoice() == ChoicePage::Alongside )
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if ( m_choicePage->currentChoice() == ChoicePage::Replace )
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
cDebug() << "Choice applied: " << m_choicePage->currentChoice();
|
cDebug() << "Choice applied: " << m_choicePage->currentChoice();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue