mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix #2301
This commit is contained in:
parent
2323abb769
commit
95e0e23869
1 changed files with 1 additions and 2 deletions
|
@ -279,8 +279,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||||
self.logo.setPixmap(QPixmap(filename).scaledToWidth(60))
|
self.logo.setPixmap(QPixmap(filename).scaledToWidth(60))
|
||||||
return prior_filename
|
return prior_filename
|
||||||
|
|
||||||
def set_layout(self, layout, title=None, raise_on_cancel=True,
|
def set_layout(self, layout, title=None, next_enabled=True):
|
||||||
next_enabled=True):
|
|
||||||
self.title.setText("<b>%s</b>"%title if title else "")
|
self.title.setText("<b>%s</b>"%title if title else "")
|
||||||
self.title.setVisible(bool(title))
|
self.title.setVisible(bool(title))
|
||||||
# Get rid of any prior layout by assigning it to a temporary widget
|
# Get rid of any prior layout by assigning it to a temporary widget
|
||||||
|
|
Loading…
Add table
Reference in a new issue