chore(StatusChatInfoButton): add object name for pin counter for testing purposes
This commit is contained in:
parent
86f50edfdc
commit
6114c99311
|
@ -254,6 +254,7 @@ Rectangle {
|
||||||
color: pinCountSensor.containsMouse ? Theme.palette.directColor1 : Theme.palette.baseColor1
|
color: pinCountSensor.containsMouse ? Theme.palette.directColor1 : Theme.palette.baseColor1
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
objectName: "pinMessagesCounterSensor"
|
||||||
id: pinCountSensor
|
id: pinCountSensor
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
Loading…
Reference in New Issue