From c4239001f2049049fafbf71a486dd466e0ecc043 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:25:55 +1100 Subject: dashboard: gate network sparkline timers on visibility --- modules/dashboard/Performance.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/dashboard/Performance.qml b/modules/dashboard/Performance.qml index e73d8ed..306f9b8 100644 --- a/modules/dashboard/Performance.qml +++ b/modules/dashboard/Performance.qml @@ -836,7 +836,7 @@ Item { Timer { interval: Config.dashboard.resourceUpdateInterval - running: true + running: networkCard.visible repeat: true onTriggered: sparklineCanvas._tickCount++ } @@ -846,7 +846,7 @@ Item { to: 1 duration: Config.dashboard.resourceUpdateInterval loops: Animation.Infinite - running: true + running: networkCard.visible } Behavior on smoothMax { -- cgit v1.2.3-freya