-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Description
In this PR (#11264), there was some logic added where certain gimbal actions will check if the Gimbal is acquired by someone else before commanding the gimbal action. If the gimbal is currently acquired by someone else, a showAcquireGimbalControlPopup signal gets emited. A comment says this is expected to be handled by QML. The problem is there is no such QML handling the signal
@Davidsastresas looks like you added that code. I assume you have a fork with the QML handler in it. Can you bring that to upstream?