mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
Fix: 'announce to all trackers' checkbox could't be set by the user.
This commit is contained in:
parent
a46f665dd4
commit
cdf68c90ba
@ -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 New Issue
Block a user