This commit is contained in:
ThomasV 2017-01-22 01:01:52 +01:00
parent f59e92f947
commit af46f83830
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
self.refresh_gui()
t = threading.Thread(target = task)
t.start()
t.join()
@wizard_dialog
def choice_dialog(self, title, message, choices, run_next):