mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
simplify events
This commit is contained in:
parent
e3da07141c
commit
b3480eb70b
2 changed files with 6 additions and 6 deletions
|
@ -148,8 +148,8 @@ export interface SteamGame {
|
|||
export type AppUpdaterEvents =
|
||||
| { type: "error" }
|
||||
| { type: "checking-for-updates" }
|
||||
| { type: "update-not-available"; info: UpdateInfo }
|
||||
| { type: "update-not-available" }
|
||||
| { type: "update-available"; info: UpdateInfo }
|
||||
| { type: "update-downloaded" }
|
||||
| { type: "download-progress"; info: ProgressInfo }
|
||||
| { type: "update-cancelled"; info: UpdateInfo };
|
||||
| { type: "update-cancelled" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue