1
0

minor.. move imports out of functions

This commit is contained in:
SomberNight
2018-09-18 18:07:12 +02:00
parent 39db32c3ce
commit a2ed08615c
3 changed files with 4 additions and 7 deletions

View File

@@ -237,7 +237,7 @@ class PayToEdit(CompletionTextEdit, ScanQRTextEdit):
#if self.win.config.get('openalias_autoadd') == 'checked':
self.win.contacts[key] = ('openalias', name)
self.win.contact_list.on_update()
self.win.contact_list.update()
self.setFrozen(True)
if data.get('type') == 'openalias':