Commit 8d4fbe50 authored by Adyasha Dash's avatar Adyasha Dash

fix saving and loading mission file on tablet

parent 531b9ac3
......@@ -246,7 +246,7 @@ QGCView {
QGCMobileFileDialog {
openDialog: true
fileExtension: _syncDropDownController.fileExtension
onFilenameReturned: _syncDropDownController.loadFromfile(filename)
onFilenameReturned: _syncDropDownController.loadFromFile(filename)
}
}
......@@ -256,7 +256,7 @@ QGCView {
QGCMobileFileDialog {
openDialog: false
fileExtension: _syncDropDownController.fileExtension
onFilenameReturned: _syncDropDownController.saveToFile()
onFilenameReturned: _syncDropDownController.saveToFile(filename)
}
}
......
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