mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
Fix mods appearing suck on extraction
This commit is contained in:
parent
5d8e4d7311
commit
864f9f199c
@ -90,7 +90,7 @@ export default class DownloadHandler {
|
||||
} = payload
|
||||
|
||||
// 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'
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user