mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-24 23:25:25 -07:00
Fix tracker exchange advanced setting (Thanks Rumickon)
This commit is contained in:
parent
43dd012b79
commit
3cd184e564
2 changed files with 4 additions and 1 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue