From cff81eea146f634a1ae2d3b4c44def146a3f518a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 25 Oct 2025 22:43:17 +0200 Subject: [PATCH] Update AppImage --- AppImage/components/network-metrics.tsx | 2 +- AppImage/components/network-traffic-chart.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/network-metrics.tsx b/AppImage/components/network-metrics.tsx index 8882caa..548feb7 100644 --- a/AppImage/components/network-metrics.tsx +++ b/AppImage/components/network-metrics.tsx @@ -836,7 +836,7 @@ export function NetworkMetrics() { ) : selectedInterface.status.toLowerCase() === "up" && selectedInterface.vm_type === "vm" ? (
-

Traffic Statistics

+

Traffic since last boot

Bytes Received
diff --git a/AppImage/components/network-traffic-chart.tsx b/AppImage/components/network-traffic-chart.tsx index a978e35..9fcce62 100644 --- a/AppImage/components/network-traffic-chart.tsx +++ b/AppImage/components/network-traffic-chart.tsx @@ -208,7 +208,7 @@ export function NetworkTrafficChart({ timeframe, interfaceName, onTotalsCalculat return ( - +