From c1872c2d77065a9bcfe2f7953436c561f17290a3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:29:46 +1000 Subject: dashboard: optimise cava Use refs to prevent loading at all times --- modules/dashboard/Media.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index 24f504a..fd36b53 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -108,6 +108,10 @@ Item { easing.bezierCurve: Appearance.anim.curves.standard } } + + Ref { + service: Cava + } } StyledClippingRect { -- cgit v1.2.3-freya