chore(StatusChatInfoButton): add object name for pin counter for testing purposes

This commit is contained in:
Anastasiya S 2021-10-19 16:57:27 +03:00 committed by r4bbit.eth
parent 86f50edfdc
commit 6114c99311
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ Rectangle {
color: pinCountSensor.containsMouse ? Theme.palette.directColor1 : Theme.palette.baseColor1
MouseArea {
objectName: "pinMessagesCounterSensor"
id: pinCountSensor
anchors.fill: parent
hoverEnabled: true