mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
clear send fields if unit setting is changed
This commit is contained in:
parent
d82896dadf
commit
386319b015
1 changed files with 1 additions and 0 deletions
|
@ -2698,6 +2698,7 @@ class ElectrumWindow(QMainWindow, PrintError):
|
|||
self.history_list.update()
|
||||
self.receive_list.update()
|
||||
self.address_list.update()
|
||||
self.do_clear()
|
||||
fee_e.setAmount(self.wallet.fee_per_kb(self.config))
|
||||
self.update_status()
|
||||
unit_combo.currentIndexChanged.connect(on_unit)
|
||||
|
|
Loading…
Add table
Reference in a new issue