fix(@desktop/general): search input in chat view should change cursor to input cursor when hovered
Fixes #5135
This commit is contained in:
parent
da22517138
commit
31132e3a7e
|
@ -80,6 +80,8 @@ Item {
|
|||
icon.name: "search"
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: root.openAppSearch()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue