summaryrefslogtreecommitdiffstats
path: root/app/Notification.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Notification.qml')
-rw-r--r--app/Notification.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Notification.qml b/app/Notification.qml
index ac6b360..dd68ce3 100644
--- a/app/Notification.qml
+++ b/app/Notification.qml
@@ -30,7 +30,7 @@ Item {
Image {
id: button
scale: 0.5
- source: '../images/HMI_Settings_X.svg'
+ source: 'qrc:/images/HMI_Settings_X.svg'
MouseArea {
anchors.fill: button
onClicked: notificationModel.remove(index)