Update AppImage

This commit is contained in:
MacRimi
2025-11-19 17:58:03 +01:00
parent 8e8e8161bb
commit 3b1b423936
3 changed files with 10 additions and 5 deletions

View File

@@ -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