|
@ -132,6 +132,8 @@ class Plugin(BasePlugin): |
|
|
|
|
|
|
|
|
if self.win.payto_e.is_multiline(): # only supports single line entries atm |
|
|
if self.win.payto_e.is_multiline(): # only supports single line entries atm |
|
|
return False |
|
|
return False |
|
|
|
|
|
if self.win.payto_e.is_pr: |
|
|
|
|
|
return |
|
|
payto_e = str(self.win.payto_e.toPlainText()) |
|
|
payto_e = str(self.win.payto_e.toPlainText()) |
|
|
regex = re.compile(r'^([^\s]+) <([A-Za-z0-9]+)>') # only do that for converted addresses |
|
|
regex = re.compile(r'^([^\s]+) <([A-Za-z0-9]+)>') # only do that for converted addresses |
|
|
try: |
|
|
try: |
|
|