fix: fix ChannelContextMenu undefined errors
This commit is contained in:
parent
2a4780f379
commit
fbf592bf52
|
@ -7,7 +7,7 @@ import "../../../../imports"
|
|||
|
||||
PopupMenu {
|
||||
property int channelIndex
|
||||
property var contextChannel
|
||||
property var contextChannel: ({})
|
||||
|
||||
id: channelContextMenu
|
||||
width: 175
|
||||
|
|
Loading…
Reference in New Issue