Commit 3e5eb1f3 authored by DonLakeFlyer's avatar DonLakeFlyer

parent c83f788d
...@@ -103,5 +103,16 @@ Rectangle { ...@@ -103,5 +103,16 @@ Rectangle {
onClicked: pickLogFile() onClicked: pickLogFile()
visible: !controller.link visible: !controller.link
} }
QGCButton {
text: qsTr("Close")
onClicked: {
var activeVehicle = QGroundControl.multiVehicleManager.activeVehicle
if (activeVehicle) {
activeVehicle.disconnectInactiveVehicle()
}
QGroundControl.settingsManager.flyViewSettings.showLogReplayStatusBar.rawValue = false
}
}
} }
} }
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