Unverified Commit 3a681376 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6472 from DonLakeFlyer/ActionList

Fix action list showing empty
parents a376e14f 86ee7c08
......@@ -600,10 +600,10 @@ QGCView {
guidedActionsController.closeAll()
var action = model[index].action
if (action === -1) {
if (index == 4) {
if (index == 5) {
guidedActionList.model = _actionModel
guidedActionList.visible = true
} else if (index == 5) {
} else if (index == 6) {
guidedActionList.model = _smartShotModel
guidedActionList.visible = true
}
......
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