1
0

kivy: store contacts as invoices

This commit is contained in:
ThomasV
2016-02-09 12:48:25 +01:00
parent f5fcae7f11
commit 078cabd745
6 changed files with 51 additions and 70 deletions

View File

@@ -258,8 +258,8 @@ class ElectrumWindow(App):
panel.switch_to(tab)
def show_request(self, addr):
self.receive_screen.screen.address = addr
self.switch_to('receive')
self.receive_screen.screen.address = addr
def scan_qr(self, on_complete):
if platform != 'android':