mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Disable next on last page.
This commit is contained in:
parent
22470ba4af
commit
51d0d9f9b4
1 changed files with 3 additions and 0 deletions
|
@ -265,7 +265,10 @@ ViewManager::next()
|
|||
|
||||
if ( m_currentStep == m_steps.count() -1 &&
|
||||
m_steps.last()->isAtEnd() )
|
||||
{
|
||||
m_next->setEnabled( false );
|
||||
m_quit->setText( tr( "&Quit" ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue