mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -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
|
* Sun Jun 05 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.1
|
||||||
- BUGFIX: Fix Web UI username/password change (Web UI)
|
- BUGFIX: Fix Web UI username/password change (Web UI)
|
||||||
|
|
||||||
|
|||||||
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user