feat(upload): add progressTotal to event payload (#2033)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
sid
2024-11-11 17:54:59 +01:00
committed by GitHub
co-authored by Fabian-Lars
parent 3e15acea9a
commit 5dadd205f5
4 changed files with 17 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ import { invoke, Channel } from '@tauri-apps/api/core'
interface ProgressPayload {
progress: number
progressTotal: number
total: number
transferSpeed: number
}