mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
Fix mods appearing suck on extraction
This commit is contained in:
@@ -90,7 +90,7 @@ export default class DownloadHandler {
|
|||||||
} = payload
|
} = payload
|
||||||
|
|
||||||
// Find the download that is not extracting and set it's status as such
|
// Find the download that is not extracting and set it's status as such
|
||||||
const index = this.downloads.findIndex((download) => download.path === obj.file || obj.new_folder)
|
const index = this.downloads.findIndex((download) => download.path === obj.file)
|
||||||
this.downloads[index].status = 'finished'
|
this.downloads[index].status = 'finished'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user