mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Fix tracker exchange advanced setting (Thanks Rumickon)
This commit is contained in:
parent
02fbd6a135
commit
83317ca2d0
@ -99,7 +99,7 @@ public slots:
|
||||
// Program notification
|
||||
pref.useProgramNotification(cb_program_notifications.isChecked());
|
||||
// Tracker
|
||||
pref.setTrackerEnabled(cb_tracker_status.isChecked());
|
||||
pref.setTrackerExchangeEnabled(cb_tracker_status.isChecked());
|
||||
pref.setTrackerPort(spin_tracker_port.value());
|
||||
#if defined(Q_WS_WIN) || defined(Q_WS_MAC)
|
||||
pref.setUpdateCheckEnabled(cb_update_check.isChecked());
|
||||
|
Loading…
x
Reference in New Issue
Block a user