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 <hello@camila.codes>
  • Loading branch information
Camila committed Jun 22, 2022
1 parent 743486f commit 7823bec
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 7823bec

Please sign in to comment.