Chore(Qt5.15): Fix qml warning

This commit is contained in:
Alex Jbanca 2023-02-01 21:56:29 +02:00 committed by Alexandra Betouni
parent 224fd3f42d
commit 025729421f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Item {
Connections { Connections {
enabled: categoryPopupMenuSlot.active && highlighted enabled: categoryPopupMenuSlot.active && highlighted
target: categoryPopupMenuSlot.item target: categoryPopupMenuSlot.item
onClosed: { function onClosed() {
statusChatListCategoryItem.highlighted = false statusChatListCategoryItem.highlighted = false
statusChatListCategoryItem.menuButton.highlighted = false statusChatListCategoryItem.menuButton.highlighted = false
} }