WIP: go to next page on next if erase selected.
This commit is contained in:
parent
32fd12d501
commit
0a72f22a34
@ -327,7 +327,11 @@ bool
|
||||
PartitionViewStep::isAtEnd() const
|
||||
{
|
||||
if ( m_choicePage == m_widget->currentWidget() )
|
||||
{
|
||||
if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user