mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Implemented flag display in peer list (has to be enabled in program preferences, connection section)
This commit is contained in:
parent
12106c308e
commit
c5c09b09ee
9 changed files with 133 additions and 14 deletions
|
@ -842,6 +842,7 @@ QTorrentHandle bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
|
|||
// Uploads limit per torrent
|
||||
h.set_max_uploads(maxUploadsPerTorrent);
|
||||
// Resolve countries
|
||||
qDebug("AddTorrent: Resolve_countries: %d", (int)resolve_countries);
|
||||
h.resolve_countries(resolve_countries);
|
||||
// Load filtered files
|
||||
loadFilesPriorities(h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue