1
0

follow-up prev commit

This commit is contained in:
ThomasV
2018-10-10 19:26:02 +02:00
parent bb9871ded7
commit e975727075

View File

@@ -768,7 +768,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if not self.network.proxy:
icon = QIcon(":icons/status_connected%s.png"%fork_str)
else:
icon = QIcon(":icons/status_connected_proxy%s.png%fork_str")
icon = QIcon(":icons/status_connected_proxy%s.png"%fork_str)
else:
if self.network.proxy:
text = "{} ({})".format(_("Not connected"), _("proxy enabled"))