mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Allow to specify if announcing to all tiers is desired.
This commit is contained in:
parent
2194a05e60
commit
3a5c0d9818
4 changed files with 31 additions and 10 deletions
|
@ -79,8 +79,8 @@ private:
|
|||
spinSendBufferWatermark, spinSendBufferLowWatermark, spinSendBufferWatermarkFactor;
|
||||
QCheckBox cb_os_cache, cb_recheck_completed, cb_resolve_countries, cb_resolve_hosts, cb_super_seeding,
|
||||
cb_program_notifications, cb_torrent_added_notifications, cb_tracker_favicon, cb_tracker_status,
|
||||
cb_confirm_torrent_recheck, cb_confirm_remove_all_tags, cb_listen_ipv6, cb_announce_all_trackers, cbGuidedReadCache, cbMultiConnectionsPerIp,
|
||||
cbSuggestMode;
|
||||
cb_confirm_torrent_recheck, cb_confirm_remove_all_tags, cb_listen_ipv6, cb_announce_all_trackers, cb_announce_all_tiers,
|
||||
cbGuidedReadCache, cbMultiConnectionsPerIp, cbSuggestMode;
|
||||
QComboBox combo_iface, combo_iface_address, comboUtpMixedMode, comboChokingAlgorithm, comboSeedChokingAlgorithm;
|
||||
QLineEdit txtAnnounceIP;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue