Fix downloads

This commit is contained in:
Geomitron
2023-12-25 02:49:46 -06:00
parent ba309654ca
commit 99cfb306be
30 changed files with 557 additions and 1450 deletions

View File

@@ -80,7 +80,7 @@ export interface IpcFromMainEmitEvents {
updateAvailable: UpdateInfo | null
updateProgress: UpdateProgress
updateDownloaded: void
downloadUpdated: DownloadProgress
downloadQueueUpdate: DownloadProgress
queueUpdated: number[]
maximized: void
minimized: void