mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix #2124
This commit is contained in:
parent
f59e92f947
commit
af46f83830
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||||
self.refresh_gui()
|
self.refresh_gui()
|
||||||
t = threading.Thread(target = task)
|
t = threading.Thread(target = task)
|
||||||
t.start()
|
t.start()
|
||||||
|
t.join()
|
||||||
|
|
||||||
@wizard_dialog
|
@wizard_dialog
|
||||||
def choice_dialog(self, title, message, choices, run_next):
|
def choice_dialog(self, title, message, choices, run_next):
|
||||||
|
|
Loading…
Add table
Reference in a new issue