Browse Source

Merge pull request #6692 from DonLakeFlyer/LoadPlan

Plan: Fix load bug
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
5e7d590296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/PlanView/PlanView.qml

1
src/PlanView/PlanView.qml

@ -185,6 +185,7 @@ QGCView { @@ -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

Loading…
Cancel
Save