mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
fix init error from issue #1102
This commit is contained in:
parent
13d5c20c5a
commit
1be26dbf06
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class InstallWizard(QDialog):
|
||||||
vbox.addWidget(logo)
|
vbox.addWidget(logo)
|
||||||
vbox.addWidget(QLabel(msg))
|
vbox.addWidget(QLabel(msg))
|
||||||
vbox.addStretch(1)
|
vbox.addStretch(1)
|
||||||
vbox.addLayout(Buttons(CloseButton(self, _('Next'))))
|
vbox.addLayout(Buttons(CloseButton(self)))
|
||||||
if not self.exec_():
|
if not self.exec_():
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue