mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix for kivy wizard
This commit is contained in:
parent
4837d7a148
commit
fb151c1728
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ class RestoreSeedDialog(WizardDialog):
|
|||
return text
|
||||
|
||||
def get_params(self, b):
|
||||
return (self.get_text(),)
|
||||
return (self.get_text(), False, False)
|
||||
|
||||
def update_text(self, c):
|
||||
c = c.lower()
|
||||
|
|
Loading…
Add table
Reference in a new issue