mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Update last page status.
This commit is contained in:
parent
d258837f04
commit
071c02086a
1 changed files with 2 additions and 1 deletions
|
@ -334,7 +334,8 @@ PartitionViewStep::isAtEnd() const
|
||||||
{
|
{
|
||||||
if ( m_choicePage == m_widget->currentWidget() )
|
if ( m_choicePage == m_widget->currentWidget() )
|
||||||
{
|
{
|
||||||
if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
if ( m_choicePage->currentChoice() == ChoicePage::Erase ||
|
||||||
|
m_choicePage->currentChoice() == ChoicePage::Replace )
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue