mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
commit
08e369e52d
@ -530,7 +530,7 @@ void PeerListWidget::getFlags(const peer_info& peer, QString& flags, QString& to
|
||||
//H = Peer was obtained through DHT
|
||||
if (peer.source & peer_info::dht) {
|
||||
flags += "H ";
|
||||
tooltip += tr("peer from PEX");
|
||||
tooltip += tr("peer from DHT");
|
||||
tooltip += ", ";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user