mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -425,7 +425,6 @@ main( int argc, char* argv[] )
|
|||
mw->setCentralWidget( w );
|
||||
w->show();
|
||||
mw->show();
|
||||
vm->currentStep()->onActivate();
|
||||
return aw->exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue