mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 03:12:21 +08:00
WebUI: Update transfer info when speed limits are changed
This commit is contained in:
parent
b3a537f575
commit
25e8cad16c
@ -31,6 +31,7 @@
|
||||
'limit': limit
|
||||
},
|
||||
onComplete: function() {
|
||||
window.parent.updateTransferInfo();
|
||||
window.parent.closeWindows();
|
||||
}
|
||||
}).send();
|
||||
|
@ -31,6 +31,7 @@
|
||||
'limit': limit
|
||||
},
|
||||
onComplete: function() {
|
||||
window.parent.updateTransferInfo();
|
||||
window.parent.closeWindows();
|
||||
}
|
||||
}).send();
|
||||
|
Loading…
Reference in New Issue
Block a user