mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Another fix for global download rate limiting in Web UI
This commit is contained in:
@@ -174,7 +174,7 @@ loadPreferences = function() {
|
|||||||
$('dl_limit_checkbox').removeProperty('checked');
|
$('dl_limit_checkbox').removeProperty('checked');
|
||||||
} else {
|
} else {
|
||||||
$('dl_limit_checkbox').set('checked', 'checked');
|
$('dl_limit_checkbox').set('checked', 'checked');
|
||||||
('dl_limit_value').set('value', dl_limit);
|
$('dl_limit_value').set('value', dl_limit);
|
||||||
}
|
}
|
||||||
updateDlLimitEnabled();
|
updateDlLimitEnabled();
|
||||||
var up_limit = pref.up_limit.toInt();
|
var up_limit = pref.up_limit.toInt();
|
||||||
|
|||||||
Reference in New Issue
Block a user