mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix #777
This commit is contained in:
parent
cb2c2f0b9f
commit
ee49d14b55
1 changed files with 3 additions and 0 deletions
|
@ -2591,6 +2591,9 @@ class ElectrumWindow(QMainWindow):
|
|||
raise Exception('Unknown base unit')
|
||||
self.config.set_key('decimal_point', self.decimal_point, True)
|
||||
self.update_history_tab()
|
||||
self.update_receive_tab()
|
||||
self.update_address_tab()
|
||||
self.update_invoices_tab()
|
||||
self.update_status()
|
||||
unit_combo.currentIndexChanged.connect(on_unit)
|
||||
widgets.append((unit_label, unit_combo, unit_help))
|
||||
|
|
Loading…
Add table
Reference in a new issue