New state for Update Dialog
This commit is contained in:
parent
5949cc11b1
commit
a1ab62f878
8 changed files with 93 additions and 29 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
export enum DialogType {
|
||||
None = 'None',
|
||||
Update = 'Update',
|
||||
AutoUpdate = 'AutoUpdate',
|
||||
Cannot_Update = 'Cannot_Update',
|
||||
Cannot_Update_Require_Manual = 'Cannot_Update_Require_Manual',
|
||||
UnsupportedOS = 'UnsupportedOS',
|
||||
|
@ -11,4 +11,5 @@ export enum DialogType {
|
|||
DownloadReady = 'DownloadReady',
|
||||
FullDownloadReady = 'FullDownloadReady',
|
||||
Downloading = 'Downloading',
|
||||
DownloadedUpdate = 'DownloadedUpdate',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue