Run prettier

This commit is contained in:
Thoronium
2023-04-07 11:23:00 -06:00
parent 19db69646f
commit 68f0cce154
5 changed files with 14 additions and 25 deletions

View File

@@ -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'))
}