mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Another fix for global download rate limiting in Web UI
This commit is contained in:
parent
a43a1f5b67
commit
f2891dae74
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ loadPreferences = function() {
|
|||
$('dl_limit_checkbox').removeProperty('checked');
|
||||
} else {
|
||||
$('dl_limit_checkbox').set('checked', 'checked');
|
||||
('dl_limit_value').set('value', dl_limit);
|
||||
$('dl_limit_value').set('value', dl_limit);
|
||||
}
|
||||
updateDlLimitEnabled();
|
||||
var up_limit = pref.up_limit.toInt();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue