mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Fix tracker extension setting
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- BUGFIX: Fix tracker exchange advanced setting
|
||||
- BUGFIX: Fix Proxy authentication settings
|
||||
- BUGFIX: Fix possible status filters widget height problem
|
||||
- BUGFIX: Fix tracker extension setting
|
||||
- FEATURE: Show tracker tier (order) in tracker list
|
||||
|
||||
* Sun Jun 05 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.1
|
||||
|
||||
@@ -99,7 +99,7 @@ public slots:
|
||||
// Program notification
|
||||
pref.useProgramNotification(cb_program_notifications.isChecked());
|
||||
// Tracker
|
||||
pref.setTrackerExchangeEnabled(cb_tracker_status.isChecked());
|
||||
pref.setTrackerEnabled(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());
|
||||
@@ -110,7 +110,7 @@ public slots:
|
||||
#endif
|
||||
pref.setConfirmTorrentDeletion(cb_confirm_torrent_deletion.isChecked());
|
||||
// Tracker exchange
|
||||
pref.setTrackerEnabled(cb_enable_tracker_ext.isChecked());
|
||||
pref.setTrackerExchangeEnabled(cb_enable_tracker_ext.isChecked());
|
||||
}
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user