|
|
|
|
@ -732,6 +732,9 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|
|
|
|
icon = QIcon(":icons/status_connected.png") |
|
|
|
|
else: |
|
|
|
|
icon = QIcon(":icons/status_connected_proxy.png") |
|
|
|
|
else: |
|
|
|
|
if self.network.proxy: |
|
|
|
|
text = "{} ({})".format(_("Not connected"), _("proxy enabled")) |
|
|
|
|
else: |
|
|
|
|
text = _("Not connected") |
|
|
|
|
icon = QIcon(":icons/status_disconnected.png") |
|
|
|
|
|