Unverified Commit 5e7d5902 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6692 from DonLakeFlyer/LoadPlan

Plan: Fix load bug
parents a5b8891b 627f3586
......@@ -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