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 committed Jun 21, 2022
1 parent db1454b commit cd994d7
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 @@ -41,7 +41,6 @@ RowLayout {
Layout.preferredWidth: primary ? -1 : parent.height

text: model.modelData.label
toolTipText: model.modelData.label

imageSource: model.modelData.imageSource ? model.modelData.imageSource + UserModel.currentUser.headerColor : ""
imageSourceHover: model.modelData.imageSourceHovered ? model.modelData.imageSourceHovered + UserModel.currentUser.headerTextColor : ""
Expand Down

0 comments on commit cd994d7

Please sign in to comment.