Remove tooltip because it is only repeating the label of the link.
authorCamila <hello@camila.codes>
Tue, 21 Jun 2022 10:11:03 +0000 (12:11 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Thu, 23 Jun 2022 06:56:23 +0000 (08:56 +0200)
It is bad for accessibility.

Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/ActivityItemActions.qml

index 4e1c7121a8c1c0c56cd3e0c0af2da318a6012abe..1b1b70e5c4fc7daad25142bf0dfa157793bf2eff 100644 (file)
@@ -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 : ""