mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Fixed Downloads
This commit is contained in:
@@ -26,5 +26,11 @@ export interface DownloadProgress {
|
||||
header: string
|
||||
description: string
|
||||
percent: number
|
||||
type: 'good' | 'warning' | 'error' | 'cancel' | 'done' | 'wait'
|
||||
}
|
||||
type: ProgressType
|
||||
}
|
||||
|
||||
export type ProgressType = 'good' | 'warning' | 'error' | 'cancel' | 'done' | 'fastUpdate'
|
||||
// export function downloadSorter(p1: DownloadProgress, p2: DownloadProgress) {
|
||||
// return 0
|
||||
// // return p1 - p2 // negative if p1 < p2
|
||||
// }
|
||||
Reference in New Issue
Block a user