Restyle the downloads screen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const k = 1024;
|
||||
const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'];
|
||||
const sizes = ['Bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];
|
||||
|
||||
/**
|
||||
* Convert a number of bytes to a human-readable string
|
||||
|
||||
Reference in New Issue
Block a user