fix bug
This commit is contained in:
parent
aa071b7531
commit
46ea17055f
|
@ -26,7 +26,7 @@
|
|||
|
||||
if ($rootScope.taskContext.list) {
|
||||
aria2TaskService.processDownloadTasks($rootScope.taskContext.list);
|
||||
$rootScope.taskContext.enableSelectAll = $rootScope.taskContext.list.length > 0;
|
||||
$rootScope.taskContext.enableSelectAll = $rootScope.taskContext.list.length > 1;
|
||||
}
|
||||
}, silent);
|
||||
};
|
||||
|
|
Reference in a new issue