mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-28 16:09:33 +00:00
Land on button press when one copter selected in visual land
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user