mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Global Upload/Download rates can be set by clicking on the status bar values
This commit is contained in:
parent
f6bfacda2c
commit
13493e1afe
8 changed files with 177 additions and 55 deletions
|
@ -135,6 +135,9 @@ window.addEvent('load', function(){
|
|||
}).send();
|
||||
}
|
||||
};
|
||||
$('DlInfos').addEvent('click', globalDownloadLimitFN);
|
||||
$('UpInfos').addEvent('click', globalUploadLimitFN);
|
||||
|
||||
var ajaxfn = function(){
|
||||
var queueing_enabled = false;
|
||||
var url = 'json/events';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue