mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 10:14:31 -05:00
@@ -42,7 +42,7 @@ export abstract class FileTransfer {
|
||||
}
|
||||
|
||||
isComplete (): boolean {
|
||||
return this.completed
|
||||
return this.completed || this.completedBytes >= this.getSize()
|
||||
}
|
||||
|
||||
isCancelled (): boolean {
|
||||
|
||||
Reference in New Issue
Block a user