zhaolei 2 주 전
부모
커밋
d92540f08a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tabby-core/src/api/platform.ts

+ 1 - 1
tabby-core/src/api/platform.ts

@@ -42,7 +42,7 @@ export abstract class FileTransfer {
     }
 
     isComplete (): boolean {
-        return this.completed
+        return this.completed || this.completedBytes >= this.getSize()
     }
 
     isCancelled (): boolean {