mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix #5757
This commit is contained in:
parent
78813dcb7d
commit
c2c291dd3a
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ that is always connected to the internet. Configure a port if you want it to be
|
|||
unit_result = units[unit_combo.currentIndex()]
|
||||
if self.window.base_unit() == unit_result:
|
||||
return
|
||||
edits = self.window.amount_e, self.window.fee_e, self.window.receive_amount_e
|
||||
edits = self.window.amount_e, self.window.receive_amount_e
|
||||
amounts = [edit.get_amount() for edit in edits]
|
||||
self.window.decimal_point = base_unit_name_to_decimal_point(unit_result)
|
||||
self.config.set_key('decimal_point', self.window.decimal_point, True)
|
||||
|
|
Loading…
Add table
Reference in a new issue