1
0

kivy wizard: fix bug if password is not provided

This commit is contained in:
ThomasV
2017-08-26 06:51:58 +02:00
parent 126bbff948
commit 0fd108079d
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ Builder.load_string('''
text: _('Cancel')
on_release:
popup.dismiss()
popup.callback(None)
''')