Skip to content

Commit

Permalink
Merge pull request #86 from fuss132/tor-gui-fix
Browse files Browse the repository at this point in the history
Fix tor status changing to 'connecting' when nodes count updates
  • Loading branch information
brakmic authored Apr 8, 2018
2 parents dd2b50b + 738af5f commit 78d9886
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 78d9886

Please sign in to comment.