[calamares] onInitComplete() already activates first step
- In the test application, there is only one viewstep, so it is already activated; avoid double-activation.
This commit is contained in:
parent
39b5dd4e6e
commit
d51a545fcf
@ -425,7 +425,6 @@ main( int argc, char* argv[] )
|
|||||||
mw->setCentralWidget( w );
|
mw->setCentralWidget( w );
|
||||||
w->show();
|
w->show();
|
||||||
mw->show();
|
mw->show();
|
||||||
vm->currentStep()->onActivate();
|
|
||||||
return aw->exec();
|
return aw->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user