From 76ce44230d41e840a839eaeacf9b5db7035451d7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 20 May 2025 16:53:11 -0400 Subject: [PATCH] Get rid of the latitude/longitude text in the LocationComponent This also fixes this component not loading. --- src/timeline/LocationComponent.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/timeline/LocationComponent.qml b/src/timeline/LocationComponent.qml index e1d200539..19444e3f4 100644 --- a/src/timeline/LocationComponent.qml +++ b/src/timeline/LocationComponent.qml @@ -117,9 +117,4 @@ ColumnLayout { id: fullScreenMap FullScreenMap {} } - - TextComponent { - display: root.display - visible: root.display !== "" - } }