Update AppImage

This commit is contained in:
MacRimi
2025-10-24 19:30:10 +02:00
parent ddca96a60e
commit e9791984ee
2 changed files with 9 additions and 0 deletions

View File

@@ -100,6 +100,12 @@ export function NetworkTrafficChart({ timeframe, onTotalsCalculated }: NetworkTr
hour: "2-digit",
hour12: false,
})
} else if (timeframe === "year") {
timeLabel = date.toLocaleString("en-US", {
month: "short",
day: "numeric",
year: "numeric",
})
} else {
timeLabel = date.toLocaleString("en-US", {
month: "short",