summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 22:29:46 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 22:29:46 +1000
commitc1872c2d77065a9bcfe2f7953436c561f17290a3 (patch)
treee0fbf38929fb029c762789910f69c1b753215b9e /modules
parentdashboard: loader panes (diff)
downloadcaelestia-shell-c1872c2d77065a9bcfe2f7953436c561f17290a3.tar.gz
caelestia-shell-c1872c2d77065a9bcfe2f7953436c561f17290a3.tar.bz2
caelestia-shell-c1872c2d77065a9bcfe2f7953436c561f17290a3.zip
dashboard: optimise cava
Use refs to prevent loading at all times
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/Media.qml4
1 files changed, 4 insertions, 0 deletions
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 {