mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-05 01:42:24 +01:00
Run prettier
This commit is contained in:
@@ -117,7 +117,7 @@ export default class DownloadHandler {
|
||||
downloadingRepo() {
|
||||
return this.downloads.some((d) => d.path.includes('grasscutter_repo.zip'))
|
||||
}
|
||||
|
||||
|
||||
downloadingMigoto() {
|
||||
return this.downloads.some((d) => d.path.includes('3dmigoto'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user