bugfix: Entity buttons didnt support popupOnStart
This commit is contained in:
parent
a8c4db197d
commit
a5a1c64dcb
|
|
@ -67,6 +67,7 @@ func buildEntityAction(tpl *config.Action, entityTitle string, entityIndex int)
|
|||
Id: virtualActionId,
|
||||
Title: sv.ReplaceEntityVars(prefix, tpl.Title),
|
||||
Icon: tpl.Icon,
|
||||
PopupOnStart: tpl.PopupOnStart,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue