This commit is contained in:
MaysWind 2016-06-06 00:06:40 +08:00
parent 3f4c66a14e
commit aa071b7531

View file

@ -26,7 +26,7 @@
if ($rootScope.taskContext.list) {
aria2TaskService.processDownloadTasks($rootScope.taskContext.list);
$rootScope.taskContext.enableSelectAll = $rootScope.taskContext.list.length > 1;
$rootScope.taskContext.enableSelectAll = $rootScope.taskContext.list.length > 0;
}
}, silent);
};