summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/Media.qml2
-rw-r--r--modules/dashboard/dash/Media.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml
index 04ad040..505ca33 100644
--- a/modules/dashboard/Media.qml
+++ b/modules/dashboard/Media.qml
@@ -524,7 +524,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
}
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
}