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