mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
fix commands and stylign
This commit is contained in:
@@ -42,9 +42,8 @@ export default class DownloadHandler {
|
||||
}
|
||||
|
||||
addDownload(url: string, path: string) {
|
||||
// Begin download from rust backend
|
||||
// Begin download from rust backend, don't add if the download addition fails
|
||||
invoke('download_file', { url, path })
|
||||
|
||||
const obj = {
|
||||
path,
|
||||
progress: 0,
|
||||
|
||||
Reference in New Issue
Block a user