This commit is contained in:
zhaolei
2025-10-04 11:33:18 +02:00
committed by GitHub
parent e76314db6f
commit d92540f08a
+1 -1
View File
@@ -42,7 +42,7 @@ export abstract class FileTransfer {
}
isComplete (): boolean {
return this.completed
return this.completed || this.completedBytes >= this.getSize()
}
isCancelled (): boolean {