mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
download sections and progess bars
This commit is contained in:
@@ -36,6 +36,10 @@ export default class DownloadHandler {
|
||||
this.downloads[index].status = 'finished'
|
||||
})
|
||||
}
|
||||
|
||||
getDownloads() {
|
||||
return this.downloads
|
||||
}
|
||||
|
||||
addDownload(url: string, path: string) {
|
||||
// Begin download from rust backend
|
||||
|
||||
Reference in New Issue
Block a user