mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fix global download rate limiting (Web UI)
This commit is contained in:
parent
ee9ca1ece7
commit
a43a1f5b67
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@
|
|||
|
||||
updateDlLimitEnabled = function() {
|
||||
if($defined($('dl_limit_checkbox').get('checked')) && $('dl_limit_checkbox').get('checked')) {
|
||||
$('dl_limit_value').set('disabled', 'false');
|
||||
$('dl_limit_value').removeProperty('disabled');
|
||||
} else {
|
||||
$('dl_limit_value').set('disabled', 'true');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue