mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-20 12:36:18 +00:00
Update AppImage
This commit is contained in:
@@ -129,7 +129,7 @@ const formatBytes = (bytes: number | undefined, isNetwork: boolean = false): str
|
||||
|
||||
if (isNetwork) {
|
||||
const networkUnit = getNetworkUnit()
|
||||
return formatNetworkTraffic(bytes, networkUnit)
|
||||
return formatNetworkTraffic(bytes, networkUnit, 2)
|
||||
}
|
||||
|
||||
// For non-network (disk), use standard bytes
|
||||
|
||||
Reference in New Issue
Block a user