Commit 1a813c74 authored by Don Gagne's avatar Don Gagne
Browse files

Bad function call

parent cd39a194
......@@ -101,7 +101,7 @@ QGCView {
if (ScreenTools.isMobile) {
_root.showDialog(mobileFileSaver, "Save Mission File", _root.showDialogDefaultWidth, StandardButton.Save | StandardButton.Cancel)
} else {
controller.saveMissionToFile()
controller.saveMissionToFilePicker()
}
}
......
Supports Markdown
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