mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
Fix tracker exchange advanced setting (Thanks Rumickon)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.8.2
|
||||
- BUGFIX: Fix tracker exchange advanced setting
|
||||
|
||||
* Sun Jun 05 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.1
|
||||
- BUGFIX: Fix Web UI username/password change (Web UI)
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user