diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 2d829178..64096fea 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -45,6 +45,7 @@ class InstallWizard(QDialog): w.setLayout(layout) self.stack.addWidget(w) self.stack.setCurrentWidget(w) + self.show() def restore_or_create(self): vbox = QVBoxLayout()