From 717855c62963fcad2f511e180d82add98f4f73e3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:05:23 +1000 Subject: internal: use Qt.resolvedUrl --- modules/lock/NotifDock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/NotifDock.qml') 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 -- cgit v1.2.3-freya