Rate limit wait period now adjusts correctly

This commit is contained in:
Geomitron
2020-02-12 22:36:24 -05:00
parent 6c26c98468
commit c6b549340b
4 changed files with 105 additions and 35 deletions

View File

@@ -23,5 +23,5 @@ export interface DownloadProgress {
header: string
description: string
percent: number
type: 'good' | 'warning' | 'error' | 'cancel' | 'done'
type: 'good' | 'warning' | 'error' | 'cancel' | 'done' | 'wait'
}