[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:
Adriaan de Groot 2020-05-20 11:44:27 +02:00
parent 39b5dd4e6e
commit d51a545fcf

View File

@ -425,7 +425,6 @@ main( int argc, char* argv[] )
mw->setCentralWidget( w );
w->show();
mw->show();
vm->currentStep()->onActivate();
return aw->exec();
}