fix for kivy wizard
This commit is contained in:
@@ -581,7 +581,7 @@ class RestoreSeedDialog(WizardDialog):
|
|||||||
return text
|
return text
|
||||||
|
|
||||||
def get_params(self, b):
|
def get_params(self, b):
|
||||||
return (self.get_text(),)
|
return (self.get_text(), False, False)
|
||||||
|
|
||||||
def update_text(self, c):
|
def update_text(self, c):
|
||||||
c = c.lower()
|
c = c.lower()
|
||||||
|
|||||||
Reference in New Issue
Block a user