mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
follow up 8e415d0f2a
This commit is contained in:
parent
f9de19bd78
commit
697d8b7750
1 changed files with 2 additions and 0 deletions
|
@ -763,6 +763,8 @@ class Plugin(BasePlugin):
|
|||
if fee_e: self.win.update_fee(False)
|
||||
fiat_e.textEdited.connect(fiat_changed)
|
||||
def btc_changed():
|
||||
if self.exchanger is None:
|
||||
return
|
||||
btc_amount = btc_e.get_amount()
|
||||
if btc_amount is None:
|
||||
fiat_e.setText("")
|
||||
|
|
Loading…
Add table
Reference in a new issue