mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47: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) {
|
||||
new Event(e).stop();
|
||||
var h = myTable.selectedIds();
|
||||
|
||||
Reference in New Issue
Block a user