Show live location shares on the room map as well

This commit is contained in:
Volker Krause
2023-06-17 14:48:06 +02:00
parent 7f067b698e
commit 30f8573dfc

View File

@@ -31,5 +31,12 @@ Kirigami.Page {
isLive: true
}
}
MapItemView {
model: LiveLocationsModel {
room: locationsPage.room
}
delegate: LocationMapItem {}
}
}
}