mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
WIP: go to next page on next if erase selected.
This commit is contained in:
parent
32fd12d501
commit
0a72f22a34
1 changed files with 4 additions and 0 deletions
|
@ -327,7 +327,11 @@ bool
|
||||||
PartitionViewStep::isAtEnd() const
|
PartitionViewStep::isAtEnd() const
|
||||||
{
|
{
|
||||||
if ( m_choicePage == m_widget->currentWidget() )
|
if ( m_choicePage == m_widget->currentWidget() )
|
||||||
|
{
|
||||||
|
if ( m_choicePage->currentChoice() == ChoicePage::Erase )
|
||||||
|
return true;
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue