From ae12e0d4f8261f16c99a09a54a70859db6bac34b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:57:04 +1000 Subject: config: make gifs configurable --- modules/dashboard/dash/Media.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/dash/Media.qml') diff --git a/modules/dashboard/dash/Media.qml b/modules/dashboard/dash/Media.qml index f47079d..5eaac99 100644 --- a/modules/dashboard/dash/Media.qml +++ b/modules/dashboard/dash/Media.qml @@ -222,7 +222,7 @@ Item { playing: root.shouldUpdate && (Players.active?.isPlaying ?? false) speed: BeatDetector.bpm / 300 - source: "root:/assets/bongocat.gif" + source: Config.paths.mediaGif asynchronous: true fillMode: AnimatedImage.PreserveAspectFit } -- cgit v1.2.3-freya