Skip to content

Commit 270966e

Browse files
author
Camila
committed
Remove tooltip because it is only repeating the label of the link.
It is bad for accessibility. Signed-off-by: Camila <hello@camila.codes>
1 parent 19bb164 commit 270966e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/gui/tray/ActivityItemActions.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RowLayout {
4141
Layout.preferredWidth: primary ? -1 : parent.height
4242

4343
text: model.modelData.label
44-
toolTipText: model.modelData.label
4544

4645
imageSource: model.modelData.imageSource ? model.modelData.imageSource + UserModel.currentUser.headerColor : ""
4746
imageSourceHover: model.modelData.imageSourceHovered ? model.modelData.imageSourceHovered + UserModel.currentUser.headerTextColor : ""

0 commit comments

Comments
 (0)