mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Fix: 'announce to all trackers' checkbox could't be set by the user.
This commit is contained in:
parent
a46f665dd4
commit
cdf68c90ba
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ private slots:
|
|||
setRow(TRACKER_EXCHANGE, tr("Exchange trackers with other peers"), &cb_enable_tracker_ext);
|
||||
#if LIBTORRENT_VERSION_MINOR > 14
|
||||
// Announce to all trackers
|
||||
cb_announce_all_trackers.setCheckable(pref.announceToAllTrackers());
|
||||
cb_announce_all_trackers.setChecked(pref.announceToAllTrackers());
|
||||
setRow(ANNOUNCE_ALL_TRACKERS, tr("Always announce to all trackers"), &cb_announce_all_trackers);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue