From: Camila Date: Tue, 21 Jun 2022 10:11:03 +0000 (+0200) Subject: Remove tooltip because it is only repeating the label of the link. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~149^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7744ad29a90e6271d3fc0a78b272c73809554a8a;p=nextcloud-desktop.git Remove tooltip because it is only repeating the label of the link. It is bad for accessibility. Signed-off-by: Camila --- diff --git a/src/gui/tray/ActivityItemActions.qml b/src/gui/tray/ActivityItemActions.qml index 4e1c7121a..1b1b70e5c 100644 --- a/src/gui/tray/ActivityItemActions.qml +++ b/src/gui/tray/ActivityItemActions.qml @@ -42,7 +42,6 @@ RowLayout { Layout.preferredWidth: primary ? -1 : parent.height text: model.modelData.label - toolTipText: model.modelData.label imageSource: model.modelData.imageSource ? model.modelData.imageSource + root.adjustedHeaderColor : "" imageSourceHover: model.modelData.imageSourceHovered ? model.modelData.imageSourceHovered + UserModel.currentUser.headerTextColor : ""