mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
[welcome] Don't enable next early
- Next was enabled early; presumably to cover the case that no requirements were checked and the requirements checker never emitted an update signal. Drop that since the module manager is now responsible for doing that checking.
This commit is contained in:
parent
fbb513eee3
commit
8a8ec01380
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ WelcomeViewStep::WelcomeViewStep( QObject* parent )
|
|||
, m_requirementsChecker( new GeneralRequirements( this ) )
|
||||
{
|
||||
connect( Calamares::ModuleManager::instance(), &Calamares::ModuleManager::requirementsComplete, this, &WelcomeViewStep::nextStatusChanged );
|
||||
emit nextStatusChanged( true );
|
||||
m_widget = new WelcomePage();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue