summaryrefslogtreecommitdiff
path: root/modules/lock/NotifDock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 18:05:23 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 18:35:22 +1000
commit717855c62963fcad2f511e180d82add98f4f73e3 (patch)
tree598113a9f7003ff5a0bf78854059f1a31d8feb75 /modules/lock/NotifDock.qml
parentlauncher: allow configuring actions (#558) (diff)
downloadcaelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.tar.gz
caelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.tar.bz2
caelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.zip
internal: use Qt.resolvedUrl
Diffstat (limited to 'modules/lock/NotifDock.qml')
-rw-r--r--modules/lock/NotifDock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/NotifDock.qml b/modules/lock/NotifDock.qml
index 0a76545..ac40319 100644
--- a/modules/lock/NotifDock.qml
+++ b/modules/lock/NotifDock.qml
@@ -49,7 +49,7 @@ ColumnLayout {
Image {
asynchronous: true
- source: `file://${Quickshell.shellDir}/assets/dino.png`
+ source: Qt.resolvedUrl(`${Quickshell.shellDir}/assets/dino.png`)
fillMode: Image.PreserveAspectFit
sourceSize.width: clipRect.width * 0.8