Commit 7fed3dcc authored by Don Gagne's avatar Don Gagne

removeAll call before prompt

parent d1cc23a2
......@@ -1191,7 +1191,6 @@ QGCView {
Layout.fillWidth: true
onClicked: {
syncButton.hideDropDown()
_syncDropDownController.removeAll()
qgcView.showDialog(removeAllPromptDialog, qsTr("Remove all"), qgcView.showDialogDefaultWidth, StandardButton.Yes | StandardButton.No)
}
}
......
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