Commit 1f63fcfb authored by Don Gagne's avatar Don Gagne

Merge pull request #2839 from DonLakeFlyer/SaveMissionToFile

Fix incorrect method name
parents 3aef3592 5f515480
...@@ -103,7 +103,7 @@ QGCView { ...@@ -103,7 +103,7 @@ QGCView {
if (ScreenTools.isMobile) { if (ScreenTools.isMobile) {
_root.showDialog(mobileFileSaver, "Save Mission File", _root.showDialogDefaultWidth, StandardButton.Save | StandardButton.Cancel) _root.showDialog(mobileFileSaver, "Save Mission File", _root.showDialogDefaultWidth, StandardButton.Save | StandardButton.Cancel)
} else { } else {
controller.saveToFile() controller.saveMissionToFile()
} }
} }
......
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