[calamares] onInitComplete() already activates first step

- In the test application, there is only one viewstep, so it is
  already activated; avoid double-activation.
main
Adriaan de Groot 5 years ago
parent 39b5dd4e6e
commit d51a545fcf

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

Loading…
Cancel
Save