mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
add show in set_layout
This commit is contained in:
parent
14d7be7445
commit
6ececd500d
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class InstallWizard(QDialog):
|
||||||
w.setLayout(layout)
|
w.setLayout(layout)
|
||||||
self.stack.addWidget(w)
|
self.stack.addWidget(w)
|
||||||
self.stack.setCurrentWidget(w)
|
self.stack.setCurrentWidget(w)
|
||||||
|
self.show()
|
||||||
|
|
||||||
def restore_or_create(self):
|
def restore_or_create(self):
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
|
|
Loading…
Add table
Reference in a new issue