Commit 627f3586 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix load bug

* Load Plan
* Save to KML
* Load Plan (it tries to load KML instead)
parent a5b8891b
......@@ -185,6 +185,7 @@ QGCView {
function loadFromSelectedFile() {
fileDialog.title = qsTr("Select Plan File")
fileDialog.planFiles = true
fileDialog.selectExisting = true
fileDialog.nameFilters = masterController.loadNameFilters
fileDialog.fileExtension = QGroundControl.settingsManager.appSettings.planFileExtension
......
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