Skip to content

Commit

Permalink
Remove tooltip because it is only repeating the label of the link.
Browse files Browse the repository at this point in the history
It is bad for accessibility.

Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila authored and mgallien committed Jun 23, 2022
1 parent b0d74ff commit 7744ad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/tray/ActivityItemActions.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 : ""
Expand Down

0 comments on commit 7744ad2

Please sign in to comment.