1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 05:25:37 +00:00

Fix tracker exchange advanced setting (Thanks Rumickon)

This commit is contained in:
Christophe Dumez 2011-06-07 16:02:30 +00:00
parent 02fbd6a135
commit 83317ca2d0

View File

@ -99,7 +99,7 @@ public slots:
// Program notification // Program notification
pref.useProgramNotification(cb_program_notifications.isChecked()); pref.useProgramNotification(cb_program_notifications.isChecked());
// Tracker // Tracker
pref.setTrackerEnabled(cb_tracker_status.isChecked()); pref.setTrackerExchangeEnabled(cb_tracker_status.isChecked());
pref.setTrackerPort(spin_tracker_port.value()); pref.setTrackerPort(spin_tracker_port.value());
#if defined(Q_WS_WIN) || defined(Q_WS_MAC) #if defined(Q_WS_WIN) || defined(Q_WS_MAC)
pref.setUpdateCheckEnabled(cb_update_check.isChecked()); pref.setUpdateCheckEnabled(cb_update_check.isChecked());