Merge pull request #2457 from chris-belcher/master
Made status bar exchange rate display in terms of base unit
This commit is contained in:
@@ -660,7 +660,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||
|
||||
# append fiat balance and price
|
||||
if self.fx.is_enabled():
|
||||
text += self.fx.get_fiat_status_text(c + u + x) or ''
|
||||
text += self.fx.get_fiat_status_text(c + u + x,
|
||||
self.base_unit(), self.get_decimal_point()) or ''
|
||||
if not self.network.proxy:
|
||||
icon = QIcon(":icons/status_connected.png")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user