From 09ded20409b5d445cfbeefae875e286bb6b3872c Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sun, 11 Jun 2023 10:26:41 +0200 Subject: [PATCH] Fix location map asset check --- src/qml/Component/Timeline/LocationDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Component/Timeline/LocationDelegate.qml b/src/qml/Component/Timeline/LocationDelegate.qml index b792ab902..e62da2d77 100644 --- a/src/qml/Component/Timeline/LocationDelegate.qml +++ b/src/qml/Component/Timeline/LocationDelegate.qml @@ -70,7 +70,7 @@ TimelineContainer { Kirigami.Icon { anchors.centerIn: parent anchors.verticalCenterOffset: -parent.height / 8 - visible: model.asset === "m.pin" + visible: root.asset === "m.pin" width: height height: parent.height / 3 + 1 source: "pin"