Browse Source

fix for kivy wizard

283
ThomasV 8 years ago
parent
commit
fb151c1728
  1. 2
      gui/kivy/uix/dialogs/installwizard.py

2
gui/kivy/uix/dialogs/installwizard.py

@ -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…
Cancel
Save