Removed decimals after comma
This commit is contained in:
parent
c146e2a7e3
commit
1daceaee7f
@ -68,7 +68,7 @@ function uploadFile(file: File, fileType: string, endpoint: string, arn: AnimeNo
|
||||
}
|
||||
}
|
||||
|
||||
arn.statusMessage.showInfo(`Uploading ${fileType}...${fileSize.toFixed(1)} ${unit}`, -1)
|
||||
arn.statusMessage.showInfo(`Uploading ${fileType}...${fileSize.toFixed(0)} ${unit}`, -1)
|
||||
|
||||
try {
|
||||
let responseText = await fetchWithProgress(endpoint, {
|
||||
|
Loading…
Reference in New Issue
Block a user