|
@ -660,7 +660,10 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): |
|
|
# append fiat balance and price |
|
|
# append fiat balance and price |
|
|
if self.fx.is_enabled(): |
|
|
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) or '' |
|
|
|
|
|
if not self.network.proxy: |
|
|
icon = QIcon(":icons/status_connected.png") |
|
|
icon = QIcon(":icons/status_connected.png") |
|
|
|
|
|
else: |
|
|
|
|
|
icon = QIcon(":icons/status_connected_proxy.png") |
|
|
else: |
|
|
else: |
|
|
text = _("Not connected") |
|
|
text = _("Not connected") |
|
|
icon = QIcon(":icons/status_disconnected.png") |
|
|
icon = QIcon(":icons/status_disconnected.png") |
|
|