Show a map for location events

This commit is contained in:
Tobias Fella
2023-03-24 13:52:17 +00:00
parent 0c985a0af1
commit fb24ffd20d
6 changed files with 102 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ DelegateChooser {
delegate: PollDelegate {}
}
DelegateChoice {
roleValue: MessageEventModel.Location
delegate: LocationDelegate {}
}
DelegateChoice {
roleValue: MessageEventModel.Other
delegate: Item {}