Chore(Qt5.15): Fix qml warning
This commit is contained in:
parent
224fd3f42d
commit
025729421f
|
@ -70,7 +70,7 @@ Item {
|
|||
Connections {
|
||||
enabled: categoryPopupMenuSlot.active && highlighted
|
||||
target: categoryPopupMenuSlot.item
|
||||
onClosed: {
|
||||
function onClosed() {
|
||||
statusChatListCategoryItem.highlighted = false
|
||||
statusChatListCategoryItem.menuButton.highlighted = false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue