mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
commit
08e369e52d
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ void PeerListWidget::getFlags(const peer_info& peer, QString& flags, QString& to
|
||||||
//H = Peer was obtained through DHT
|
//H = Peer was obtained through DHT
|
||||||
if (peer.source & peer_info::dht) {
|
if (peer.source & peer_info::dht) {
|
||||||
flags += "H ";
|
flags += "H ";
|
||||||
tooltip += tr("peer from PEX");
|
tooltip += tr("peer from DHT");
|
||||||
tooltip += ", ";
|
tooltip += ", ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue