Land on button press when one copter selected in visual land

This commit is contained in:
Artem30801
2020-02-28 18:35:06 +03:00
parent 91f46e7d11
commit 1cc93d8814

View File

@@ -67,6 +67,7 @@ class VisualLandDialog(QtWidgets.QDialog):
if self.row_min == self.row_max:
# self.ui.one_button.setDisabled(True) # maybe?
# self.ui.two_button.setDisabled(True)
self.send_to_selected("land")
return
if choice == 1: