1
0

add payment requests to kivy

This commit is contained in:
ThomasV
2015-12-11 15:21:21 +01:00
parent 2a1fbf01fe
commit 0cef063ee2
5 changed files with 71 additions and 38 deletions

View File

@@ -78,7 +78,7 @@ SendScreen:
id: qr
text: _('QR Code')
on_release:
app.scan_qr(on_complete=s.parent.set_URI)
app.scan_qr(on_complete=app.set_URI)
Button:
id: paste_button
text: _('Paste')