mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fix global download rate limiting (Web UI)
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user