From 40b43a49abbeabfa213b757a1040778767d9c58a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:35:49 +1000 Subject: dashboard: optimise systemusage Ref same way as cava --- modules/dashboard/Performance.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/dashboard/Performance.qml') diff --git a/modules/dashboard/Performance.qml b/modules/dashboard/Performance.qml index 0bc29d4..5c6361d 100644 --- a/modules/dashboard/Performance.qml +++ b/modules/dashboard/Performance.qml @@ -11,6 +11,10 @@ RowLayout { spacing: Appearance.spacing.large * 3 + Ref { + service: SystemUsage + } + Resource { Layout.alignment: Qt.AlignVCenter Layout.topMargin: root.padding -- cgit v1.2.3-freya