mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 11:29:20 +00:00
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…
x
Reference in New Issue
Block a user