Skip to content

Commit

Permalink
Fix tor status changing to 'connecting' when nodes count updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fuss132 committed Apr 8, 2018
1 parent 0b1c8a7 commit 738af5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,7 @@ void BitcoinGUI::setNumConnections(int count)

if (fTorEnabled == 1)
{
labelOnionIcon->setPixmap(QIcon(":/icons/tor_inactive").pixmap(STATUSBAR_ICONSIZE, STATUSBAR_ICONSIZE));
labelOnionIcon->setToolTip(tr("Connecting over the Tor network"));
updateOnionIcon();
}
}

Expand Down

0 comments on commit 738af5f

Please sign in to comment.