1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

misc: remove some warnings about hovering

Change-Id: I5066a9b4e2ec8ac7731765bf73b7a7d544b0978c
Gitlab: #5
This commit is contained in:
Sébastien Blin 2020-09-02 10:07:44 -04:00 committed by Adrien Béraud
parent acb1cf0c00
commit d4c5f42253
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ Button {
icon.source: ""
icon.height: 18
icon.width: 18
hoverEnabled: hoverColor !== undefined
hoverEnabled: hoveredColor !== undefined
contentItem: Item {
Rectangle {

View file

@ -181,7 +181,7 @@ ItemDelegate {
backgroundColor: "transparent"
ToolTip.visible: isHovering
ToolTip.visible: hovered
ToolTip.text: qsTr("Add as contact")
onClicked: {

View file

@ -180,7 +180,7 @@ ItemDelegate {
}
}
ToolTip.visible: isHovering
ToolTip.visible: hovered
ToolTip.text: {
if(isCurrent) {
if (editable) {