mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Fix 'peer from PEX' message
This commit is contained in:
parent
ff5a633a8e
commit
8318fc2b61
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,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