Linked checkboxes to "download selected" button

This commit is contained in:
Geomitron
2020-02-10 00:43:39 -05:00
parent 1e16371958
commit a98b03dcd4
12 changed files with 105 additions and 36 deletions

View File

@@ -16,8 +16,6 @@ const mkdir = promisify(_mkdir)
export class AddDownloadHandler implements IPCEmitHandler<'add-download'> {
event: 'add-download' = 'add-download'
//TODO: update percent in a way that makes its progress seem as smooth as possible
async handler(data: NewDownload) {
const download: Download = {
versionID: data.versionID,