mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
- Allow to set up per-torrent upload rate limit from Web UI
- Updated Mootools to v1.2.4 and fix breakage with MochaUI
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
},
|
||||
ForceRecheck: function(element, ref) {
|
||||
recheckFN();
|
||||
},
|
||||
UploadLimit: function(element, red) {
|
||||
uploadLimitFN();
|
||||
},
|
||||
DownloadLimit: function(element, red) {
|
||||
downloadLimitFN();
|
||||
}
|
||||
},
|
||||
offsets: { x:-15, y:2 }
|
||||
|
||||
Reference in New Issue
Block a user