Fix location map asset check
This commit is contained in:
@@ -70,7 +70,7 @@ TimelineContainer {
|
|||||||
Kirigami.Icon {
|
Kirigami.Icon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
anchors.verticalCenterOffset: -parent.height / 8
|
anchors.verticalCenterOffset: -parent.height / 8
|
||||||
visible: model.asset === "m.pin"
|
visible: root.asset === "m.pin"
|
||||||
width: height
|
width: height
|
||||||
height: parent.height / 3 + 1
|
height: parent.height / 3 + 1
|
||||||
source: "pin"
|
source: "pin"
|
||||||
|
|||||||
Reference in New Issue
Block a user