mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Peer blocked are now added in the right box (not log)
This commit is contained in:
@@ -248,7 +248,7 @@ void GUI::addLogPeerBlocked(const QString& ip){
|
|||||||
textBlockedUsers->clear();
|
textBlockedUsers->clear();
|
||||||
nbLines = 1;
|
nbLines = 1;
|
||||||
}
|
}
|
||||||
infoBar->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - "+tr("<font color='red'>%1</font> <i>was blocked</i>", "x.y.z.w was blocked").arg(ip));
|
textBlockedUsers->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - "+tr("<font color='red'>%1</font> <i>was blocked</i>", "x.y.z.w was blocked").arg(ip));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update Info Bar information
|
// Update Info Bar information
|
||||||
|
|||||||
Reference in New Issue
Block a user