mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix 'Resume all' & 'Pause all' actions
This commit is contained in:
@@ -274,7 +274,7 @@ initializeWindows = function() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
['pause', 'resume', 'recheck'].each(function(item) {
|
['pauseAll', 'resumeAll', 'pause', 'resume', 'recheck'].each(function(item) {
|
||||||
addClickEvent(item, function(e) {
|
addClickEvent(item, function(e) {
|
||||||
new Event(e).stop();
|
new Event(e).stop();
|
||||||
var h = myTable.selectedIds();
|
var h = myTable.selectedIds();
|
||||||
|
|||||||
Reference in New Issue
Block a user