mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
Merge pull request #703 from wozz/install-show
show/raise install dialog
This commit is contained in:
commit
f9796994f7
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ class InstallWizard(QDialog):
|
|||
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
|
||||
|
||||
self.set_layout(vbox)
|
||||
|
||||
self.show()
|
||||
self.raise_()
|
||||
|
||||
if not self.exec_():
|
||||
return None, None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue