From 8915808414da02e11ef7cb894e6a710ebdd7dc56 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:05:42 +1000 Subject: config: allow resolving paths from home --- modules/dashboard/Media.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/Media.qml') diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index 599b922..58e942b 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -525,7 +525,7 @@ Item { playing: root.shouldUpdate && (Players.active?.isPlaying ?? false) speed: BeatDetector.bpm / 300 - source: Config.paths.mediaGif + source: Paths.expandTilde(Config.paths.mediaGif) asynchronous: true fillMode: AnimatedImage.PreserveAspectFit } -- cgit v1.2.3-freya