mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
WebUI: Update transfer info when speed limits are changed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user