Commit 480a0569 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 47a1354b
......@@ -1025,6 +1025,7 @@ Item {
property string _overwriteText: (_editingLayer == _layerMission) ? qsTr("Mission overwrite") : ((_editingLayer == _layerGeoFence) ? qsTr("GeoFence overwrite") : qsTr("Rally Points overwrite"))
QGCLabel {
id: unsavedChangedLabel
Layout.fillWidth: true
wrapMode: Text.WordWrap
text: activeVehicle ?
......@@ -1037,6 +1038,7 @@ Item {
id: createSection
Layout.fillWidth: true
text: qsTr("Create Plan")
showSpacer: false
}
GridLayout {
......
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