mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Removed a useless function
- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
This commit is contained in:
parent
816a3c8784
commit
99a58b9208
3 changed files with 2 additions and 16 deletions
|
@ -466,7 +466,6 @@ void properties::updateInfos(){
|
|||
// torrent was removed, closing properties
|
||||
close();
|
||||
}
|
||||
loadTrackersErrors();
|
||||
// Update current tracker
|
||||
torrent_status torrentStatus = h.status();
|
||||
QString tracker = QString(torrentStatus.current_tracker.c_str()).trimmed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue