mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -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() {
|
updateDlLimitEnabled = function() {
|
||||||
if($defined($('dl_limit_checkbox').get('checked')) && $('dl_limit_checkbox').get('checked')) {
|
if($defined($('dl_limit_checkbox').get('checked')) && $('dl_limit_checkbox').get('checked')) {
|
||||||
$('dl_limit_value').set('disabled', 'false');
|
$('dl_limit_value').removeProperty('disabled');
|
||||||
} else {
|
} else {
|
||||||
$('dl_limit_value').set('disabled', 'true');
|
$('dl_limit_value').set('disabled', 'true');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue