Commit 89c5e5ed authored by DonLakeFlyer's avatar DonLakeFlyer

QGC location now uses app name for letter

parent 890bb67b
...@@ -122,7 +122,7 @@ Map { ...@@ -122,7 +122,7 @@ Map {
visible: gcsPosition.isValid visible: gcsPosition.isValid
coordinate: gcsPosition coordinate: gcsPosition
sourceItem: MissionItemIndexLabel { sourceItem: MissionItemIndexLabel {
label: "Q" label: QGroundControl.appName.charAt(0)
} }
} }
} // Map } // Map
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment