diff --git a/src/qml/Component/LocationPage.qml b/src/qml/Component/LocationPage.qml index e5724cdd2..627a2b490 100644 --- a/src/qml/Component/LocationPage.qml +++ b/src/qml/Component/LocationPage.qml @@ -31,5 +31,12 @@ Kirigami.Page { isLive: true } } + + MapItemView { + model: LiveLocationsModel { + room: locationsPage.room + } + delegate: LocationMapItem {} + } } }