Show location descriptions in the timeline when available

This commit is contained in:
Volker Krause
2023-06-27 18:39:08 +02:00
parent e0c0b1f0e8
commit 2f65cbeb36
3 changed files with 13 additions and 0 deletions

View File

@@ -62,5 +62,10 @@ TimelineContainer {
id: fullScreenMap
FullScreenMap {}
}
RichLabel {
textMessage: root.display
visible: root.display !== ""
}
}
}

View File

@@ -76,5 +76,10 @@ TimelineContainer {
id: fullScreenMap
FullScreenMap { }
}
RichLabel {
textMessage: root.display
visible: root.display !== ""
}
}
}