diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 21:57:04 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 21:57:04 +1000 |
| commit | ae12e0d4f8261f16c99a09a54a70859db6bac34b (patch) | |
| tree | e109a6b45c85df97f90b5444649a5392697c003d /modules/dashboard/Media.qml | |
| parent | lock: fix rounding (diff) | |
| download | caelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.tar.gz caelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.tar.bz2 caelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.zip | |
config: make gifs configurable
Diffstat (limited to 'modules/dashboard/Media.qml')
| -rw-r--r-- | modules/dashboard/Media.qml | 2 |
1 files changed, 1 insertions, 1 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 } |