mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Switch to installer to enable auto-updates
This commit is contained in:
@@ -10,7 +10,7 @@ class DownloadHandler implements IPCEmitHandler<'download'> {
|
||||
currentDownload: ChartDownload = undefined
|
||||
retryWaiting: ChartDownload[] = []
|
||||
|
||||
handler(data: Download) { // TODO: make sure UI can't add the same versionID more than once
|
||||
handler(data: Download) {
|
||||
switch (data.action) {
|
||||
case 'add': this.addDownload(data); break
|
||||
case 'retry': this.retryDownload(data); break
|
||||
|
||||
Reference in New Issue
Block a user