This commit is contained in:
MaysWind 2016-06-06 00:24:46 +08:00
parent aa071b7531
commit 46ea17055f

View file

@ -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);
};