mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-13 14:09:50 +00:00
show/raise install dialog
make sure install dialog doesn't show up behind other windows when electrum is started
This commit is contained in:
parent
680fbf1d3e
commit
9fcc8703e8
1 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,10 @@ class InstallWizard(QDialog):
|
||||||
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
|
vbox.addLayout(ok_cancel_buttons(self, _('Next')))
|
||||||
|
|
||||||
self.set_layout(vbox)
|
self.set_layout(vbox)
|
||||||
|
|
||||||
|
self.show()
|
||||||
|
self.raise_()
|
||||||
|
|
||||||
if not self.exec_():
|
if not self.exec_():
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue